Skip to content

Commit 7e4066e

Browse files
committed
[Refactor] Move CSS styling into its own folder
1 parent 17fd935 commit 7e4066e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

frontend/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './App.css';
1+
import './style/App.css';
22

33
import React from 'react';
44
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';

frontend/src/index.js

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 './style/index.css';
44
import App from './App';
55
import reportWebVitals from './reportWebVitals';
66

0 commit comments

Comments
 (0)