File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import React , { useState } from "react" ;
2
2
// import "./server";
3
- import "./app2 .css" ;
3
+ import "./app .css" ;
4
4
import { BrowserRouter as Router , Route } from "react-router-dom" ;
5
5
import Dashboard from "./pages/dashboard" ;
6
6
import Admin from "./pages/admin" ;
Original file line number Diff line number Diff line change 1
- import { StoreContext } from "../app2 " ;
1
+ import { StoreContext } from "../app " ;
2
2
import { useState , useEffect , useContext } from "react" ;
3
3
4
4
export function useFindAll ( resourceName ) {
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import ReactDOM from "react-dom" ;
3
- import App from "./app2 " ;
3
+ import App from "./app " ;
4
4
5
5
ReactDOM . render ( < App /> , document . getElementById ( "root" ) ) ;
You can’t perform that action at this time.
0 commit comments