aboutsummaryrefslogtreecommitdiff
path: root/examples/css-stress-test/pages/index.tsx
blob: 95d190f81f212cce064e3723950586018966822f (plain) (blame)
1
2
3
4
5
6
7
import { Main } from "src/main";

export function IndexPage() {
  return <Main />;
}

export default IndexPage;