Add header component

This commit is contained in:
2023-10-17 16:33:20 +07:00
parent 99a3bf57f6
commit 5a497273c0
14 changed files with 263 additions and 138 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App.tsx';
import './index.css';
import './styles/index.css';
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>