Skip to content

Commit

Permalink
changed the path to App.jsx and index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sarross88 committed Nov 25, 2024
1 parent 1e2f7bf commit 125e247
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,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App2 from './App2.jsx';
import App from './App.jsx';
import './index.css';

ReactDOM.createRoot(document.getElementById('root')).render(
Expand Down

0 comments on commit 125e247

Please sign in to comment.