Skip to content

Commit

Permalink
export app in index
Browse files Browse the repository at this point in the history
  • Loading branch information
brrkrmn committed Sep 25, 2024
1 parent d3b06ba commit 45942b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ root.render(
</Router>
</AppProvider>
</React.StrictMode>
);
);

export default App;

0 comments on commit 45942b8

Please sign in to comment.