Skip to content

Commit

Permalink
fix: fix wrong import on web-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaSimonePorceddu committed May 22, 2021
1 parent 3a5a147 commit 91cebec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web-sandbox/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import ReactDOM from 'react-dom';
import App from './App';
import reportWebVitals from './reportWebVitals';
import { lightTheme } from './theme';
import './index.css';

theme.set(lightTheme as any);

Expand Down

0 comments on commit 91cebec

Please sign in to comment.