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, 0 insertions, 7 deletions
diff --git a/examples/css-stress-test/pages/index.tsx b/examples/css-stress-test/pages/index.tsx
deleted file mode 100644
index 95d190f81..000000000
--- a/examples/css-stress-test/pages/index.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-import { Main } from "src/main";
-
-export function IndexPage() {
- return <Main />;
-}
-
-export default IndexPage;