navbar; logo & landing animation

This commit is contained in:
2023-08-31 18:16:21 +02:00
parent dffa5fdda9
commit 579c728628
14 changed files with 199 additions and 16 deletions
+1
View File
@@ -1,6 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App.tsx';
import './index.scss';
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>