Skip to content

Commit

Permalink
fix styles import
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydlv committed Nov 23, 2023
1 parent bee47c0 commit e8856a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable functional/no-expression-statements */
import './index.css';
import './styles/index.scss';
import initApp from './init.jsx';

initApp();

0 comments on commit e8856a0

Please sign in to comment.