diff options
author | 2021-08-25 17:56:06 -0700 | |
---|---|---|
committer | 2021-08-25 17:56:06 -0700 | |
commit | 454160646923e98f00e53df025e324d3d2c585d0 (patch) | |
tree | 731c5243ac48077ffa1f974dcf46f3bc176792b6 /examples/css-stress-test | |
parent | 039bf6ecdb0be85ca78045b647de01bd176823c6 (diff) | |
download | bun-454160646923e98f00e53df025e324d3d2c585d0.tar.gz bun-454160646923e98f00e53df025e324d3d2c585d0.tar.zst bun-454160646923e98f00e53df025e324d3d2c585d0.zip |
latest
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420
Diffstat (limited to 'examples/css-stress-test')
-rw-r--r-- | 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/examples/css-stress-test/pages/_app.tsx index 43d6a776a..47b7ffa56 100644 --- a/examples/css-stress-test/pages/_app.tsx +++ b/examples/css-stress-test/pages/_app.tsx @@ -1,4 +1,4 @@ -import "../src/index.css"; +// import "../src/index.css"; import App from "next/app"; |