Skip to content

Commit 71b0cd8

Browse files
committed
Remove unused index.css and main.jsx files to streamline project structure
1 parent ffd9772 commit 71b0cd8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/main.jsx renamed to main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom/client';
3-
import App from './App';
3+
import App from './src/App';
44
import './index.css';
55

66
ReactDOM.createRoot(document.getElementById('root')).render(

0 commit comments

Comments
 (0)