akborana4 commited on
Commit
5774510
·
verified ·
1 Parent(s): 67cd8bd

Update client/src/main.jsx

Browse files
Files changed (1) hide show
  1. client/src/main.jsx +1 -0
client/src/main.jsx CHANGED
@@ -1,5 +1,6 @@
1
  import React from 'react';
2
  import { createRoot } from 'react-dom/client';
3
  import App from './App.jsx';
 
4
 
5
  createRoot(document.getElementById('root')).render(<App />);
 
1
  import React from 'react';
2
  import { createRoot } from 'react-dom/client';
3
  import App from './App.jsx';
4
+ import './styles.css';
5
 
6
  createRoot(document.getElementById('root')).render(<App />);