Skip to content

Commit a1fdeb3

Browse files
committed
fix css
1 parent cdfd80d commit a1fdeb3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BrowserRouter as Router, Routes, Route, Navigate } from 'react-router-dom';
22

33
// eslint-disable-next-line import/no-unresolved
4-
import './app.css';
4+
import './style.css';
55
import Home from './pages/home';
66
import About from './pages/about';
77

src/App.css src/style.css

File renamed without changes.

0 commit comments

Comments
 (0)