Skip to content

Commit

Permalink
update main.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 30, 2024
1 parent 022223d commit 56e32b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import App from './App';
import '../style.css';
import '/style.css';

// Create React root and render App
const root = createRoot(document.getElementById('root'));
Expand Down

0 comments on commit 56e32b1

Please sign in to comment.