Skip to content

Commit 3ff71fb

Browse files
Update .css to .scss
1 parent 2a76e2a commit 3ff71fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import logo from './logo.svg';
3-
import './App.css';
3+
import './App.scss';
44

55
function App() {
66
return (

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom/client';
3-
import './index.css';
3+
import './index.scss';
44
import App from './App';
55
import reportWebVitals from './reportWebVitals';
66

0 commit comments

Comments
 (0)