/** @jsx h */ import { h } from 'preact'; export default props => (
{props.id}
);