Skip to content

Commit

Permalink
add index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Dec 24, 2024
1 parent d04344a commit 1d5cfbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/store/store.jsx → frontend/src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ReactDOM from 'react-dom/client';
import init from '../init.jsx';
import '../index.css';
import init from './init.jsx';
import './index.css';

const app = async () => {
const root = ReactDOM.createRoot(document.querySelector('#root'));
Expand Down

0 comments on commit 1d5cfbc

Please sign in to comment.