Rename index.scss to index.css

This commit is contained in:
MD. Ariful Alam
2021-10-20 15:11:24 +06:00
parent 49db2972c2
commit f5c197e2c5
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.scss';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import { HelmetProvider } from 'react-helmet-async';