Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx authored May 18, 2024
1 parent e24ad3b commit 0d4b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
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 './index.css';
import App from './App';
// import App from './App';
import SiteNotice from './components/menu/SiteNotice';

const container = document.getElementById('root');
Expand Down

0 comments on commit 0d4b962

Please sign in to comment.