aboutsummaryrefslogtreecommitdiff
path: root/examples/css-stress-test/pages/two.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/css-stress-test/pages/two.tsx')
-rw-r--r--examples/css-stress-test/pages/two.tsx13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/css-stress-test/pages/two.tsx b/examples/css-stress-test/pages/two.tsx
deleted file mode 100644
index 248385591..000000000
--- a/examples/css-stress-test/pages/two.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import { Main } from "../src/main";
-
-export function getInitialProps() {
- return {};
-}
-
-export default function IndexRoute() {
- return (
- <div>
- <Main productName={"Page 2! Next.js (Webpack 5)"} />
- </div>
- );
-}