Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 30, 2024
1 parent 56e32b1 commit 2466bda
Show file tree
Hide file tree
Showing 2 changed files 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
File renamed without changes.

0 comments on commit 2466bda

Please sign in to comment.