Skip to content

Commit

Permalink
fix module css for index
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiendmt committed May 19, 2024
1 parent 2976bb3 commit 6b62f4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { createRoot } from 'react-dom/client';
import { Provider } from 'react-redux';
import App from './App';
import './index.module.scss';
import './index.scss';
import { store } from './store/store';

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

0 comments on commit 6b62f4e

Please sign in to comment.