added transitions between locations

This commit is contained in:
2023-12-28 18:33:36 +05:00
parent 45754b452d
commit 15bee0d1f8
3 changed files with 145 additions and 67 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import './index.css'
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<App1 />
{/* <App1 /> */}
{/* <App /> */}
</React.StrictMode>,
)