diff options
Diffstat (limited to '')
-rw-r--r-- | bench/hot-module-reloading/css-stress-test/pages/_app.tsx (renamed from examples/css-stress-test/pages/_app.tsx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/css-stress-test/pages/_app.tsx b/bench/hot-module-reloading/css-stress-test/pages/_app.tsx index 47b7ffa56..43d6a776a 100644 --- a/examples/css-stress-test/pages/_app.tsx +++ b/bench/hot-module-reloading/css-stress-test/pages/_app.tsx @@ -1,4 +1,4 @@ -// import "../src/index.css"; +import "../src/index.css"; import App from "next/app"; |