Remove App component
This commit is contained in:
parent
aa4c6928d6
commit
c5318da457
@ -1,7 +0,0 @@
|
||||
import GitProfile from './components/gitprofile';
|
||||
|
||||
function App() {
|
||||
return <GitProfile config={CONFIG} />;
|
||||
}
|
||||
|
||||
export default App;
|
||||
@ -1,9 +1,9 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import App from './App.tsx';
|
||||
import GitProfile from './components/gitprofile.tsx';
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
<GitProfile config={CONFIG} />;
|
||||
</React.StrictMode>,
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user