diff --git a/session_state.db b/session_state.db index 4d5a5df..90ad56b 100644 Binary files a/session_state.db and b/session_state.db differ diff --git a/src/App.tsx b/src/App.tsx index 77e4b03..91ed936 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,7 @@ import { useWebSocket } from './hooks/useWebSocket'; import { useDrumMachine } from './hooks/useDrumMachine'; import { useSession } from './hooks/useSession'; import { Sequencer } from './components/Sequencer'; -import { ShareIcon, CursorIcon } from './components/icons'; +import { ShareIcon, CursorIcon, UploadIcon, DownloadIcon } from './components/icons'; const App: React.FC = () => { const sessionId = useSession(); @@ -29,32 +29,66 @@ const App: React.FC = () => { }; return ( -
+ Craft your beats and bass lines with this interactive step sequencer. +
Craft your beats and bass lines with this interactive step sequencer.