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

export default function IndexRoute() {
  return (
    <div>
      <Main productName={"nested!"} />
    </div>
  );
}