import { CarouselCommon, LabelCommon, Layout, QuanittyInput,CheckboxCommon ,Author,DateTime} from 'src/components/common' import imgAuthor from '../src/components/common/Author/img/author.png'; const dataTest = [{ text: 1 }, { text: 2 }, { text: 3 }, { text: 4 }, { text: 5 }, { text: 6 }] const test = (props: { text: string }) =>
{props.text}
export default function Home() { return ( <> ) } Home.Layout = Layout