mirror of
https://github.com/mue/mue.git
synced 2026-07-27 18:51:05 +02:00
style: make comments consistent by placing them on their own line
This commit is contained in:
@@ -4,7 +4,8 @@ import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
|
||||
import './scss/index.scss';
|
||||
import 'react-toastify/dist/ReactToastify.css'; // the toast css is based on default so we need to import it
|
||||
// the toast css is based on default so we need to import it
|
||||
import 'react-toastify/dist/ReactToastify.css';
|
||||
|
||||
import '@fontsource/lexend-deca/latin-400.css';
|
||||
import '@fontsource/roboto/cyrillic-400.css';
|
||||
|
||||
Reference in New Issue
Block a user