Skip to content

Commit

Permalink
feat(theme): import theme
Browse files Browse the repository at this point in the history
import dark theme on App.tsx
  • Loading branch information
mateusfg7 committed Aug 31, 2020
1 parent 0739ed4 commit 295cf4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import environment from './services/defaultVariables';
import GlobalStyle from './styles/global';

import default_theme from './styles/themes/default';
import dark_theme from './styles/themes/dark';

import Header from './components/Header';
import Audios from './components/Audios';
Expand Down

0 comments on commit 295cf4b

Please sign in to comment.