Skip to content

Commit

Permalink
add import for index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed May 22, 2024
1 parent 70e958d commit a869535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {useState} from 'react';

import './App.css';
import './css_reset.css'
import './index.css'
import './section_view.css';
import * as types from './types';
import {GlobalStoreProvider} from './hooks/useGlobalStore';
Expand Down
3 changes: 0 additions & 3 deletions src/SectionPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import './App.css';
import './css_reset.css'
import './section_view.css';
import * as types from './types';
import {Files} from './Files';
import {ChordProgression} from './ChordProgression';
Expand Down

0 comments on commit a869535

Please sign in to comment.