Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Jul 3, 2024
1 parent 7e2eb0a commit bd34aa3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ import App from './App';
const container = document.getElementById('app')!;
const root = createRoot(container);
root.render(<App />);

setTimeout(() => {
// import('./experiments');
}, 2000);

0 comments on commit bd34aa3

Please sign in to comment.