Skip to content

Commit

Permalink
Merge pull request #5 from BananasDev0/RF-23
Browse files Browse the repository at this point in the history
Rf 23
  • Loading branch information
edmdz authored Feb 24, 2024
2 parents 88ecea4 + d616875 commit 25f9df9
Show file tree
Hide file tree
Showing 7 changed files with 983 additions and 18 deletions.
4 changes: 2 additions & 2 deletions main.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './src/pages/Home';
import App from './src/App';

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<App/>
<App />
</React.StrictMode>,
)
Loading

0 comments on commit 25f9df9

Please sign in to comment.