zack commited on
Commit
21b4f3e
1 Parent(s): 006c623

perf: enhance _app.js loading speed :rocket:

Browse files
Files changed (1) hide show
  1. frontend/pages/_app.js +1 -0
frontend/pages/_app.js CHANGED
@@ -1,5 +1,6 @@
1
  import '../src/css/index.css'
2
  import '../src/css/dist/output.css'; // Example of a global CSS file
 
3
  import 'semantic-ui-css/semantic.min.css'; // Assuming you're using Semantic UI
4
 
5
  // Your _app.js content;
 
1
  import '../src/css/index.css'
2
  import '../src/css/dist/output.css'; // Example of a global CSS file
3
+ import '../src/css/counter.css';
4
  import 'semantic-ui-css/semantic.min.css'; // Assuming you're using Semantic UI
5
 
6
  // Your _app.js content;