Skip to content

Commit

Permalink
added Theme import that was accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
polly89 committed Apr 4, 2024
1 parent 6457c69 commit 3b297da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { App } from './App';
import '@radix-ui/themes/styles.css';
import './index.css';
import './custom-styles.css';
import { Theme } from '@radix-ui/themes';

const root = createRoot(document.getElementById('root'));
root.render(
Expand Down

0 comments on commit 3b297da

Please sign in to comment.