We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a76e2a commit 3ff71fbCopy full SHA for 3ff71fb
src/App.tsx
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import logo from './logo.svg';
3
-import './App.css';
+import './App.scss';
4
5
function App() {
6
return (
src/index.tsx
import ReactDOM from 'react-dom/client';
-import './index.css';
+import './index.scss';
import App from './App';
import reportWebVitals from './reportWebVitals';
0 commit comments