aboutsummaryrefslogtreecommitdiff
path: root/examples/css-stress-test/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/css-stress-test/pages/index.tsx')
-rw-r--r--examples/css-stress-test/pages/index.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/css-stress-test/pages/index.tsx b/examples/css-stress-test/pages/index.tsx
new file mode 100644
index 000000000..95d190f81
--- /dev/null
+++ b/examples/css-stress-test/pages/index.tsx
@@ -0,0 +1,7 @@
+import { Main } from "src/main";
+
+export function IndexPage() {
+ return <Main />;
+}
+
+export default IndexPage;