We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df496f commit 82a0bafCopy full SHA for 82a0baf
malarial-detection/src/pages/App.js
@@ -1,6 +1,6 @@
1
-import "./App.css";
+import "pages/App.css";
2
import React from "react";
3
-import Router from "./components/router/router";
+import Router from "components/router/router";
4
5
function App() {
6
return (
malarial-detection/src/pages/index.js
@@ -1,4 +1,4 @@
-import "./index.css";
+import "styles/index.css";
import ReactDOM from "react-dom";
0 commit comments