diff options
author | 2021-08-14 02:39:44 -0700 | |
---|---|---|
committer | 2021-08-14 02:39:44 -0700 | |
commit | 16c76743048ef905269e2711cb0148ecc4e57f3f (patch) | |
tree | a8fb11b55767945a47e92120179f2f762b1f8e99 /demos/css-stress-test/pages/_app.tsx | |
parent | f59892f647ceef1c05e40c9cdef4f79d0a530c2f (diff) | |
download | bun-16c76743048ef905269e2711cb0148ecc4e57f3f.tar.gz bun-16c76743048ef905269e2711cb0148ecc4e57f3f.tar.zst bun-16c76743048ef905269e2711cb0148ecc4e57f3f.zip |
lots
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8
Diffstat (limited to 'demos/css-stress-test/pages/_app.tsx')
-rw-r--r-- | demos/css-stress-test/pages/_app.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/css-stress-test/pages/_app.tsx b/demos/css-stress-test/pages/_app.tsx index d64d861db..04a911072 100644 --- a/demos/css-stress-test/pages/_app.tsx +++ b/demos/css-stress-test/pages/_app.tsx @@ -1,5 +1,6 @@ import "../src/font.css"; import "../src/index.css"; + import App from "next/app"; class MyApp extends App { |