Skip to content

Commit 055aad4

Browse files
committed
resolve imports
1 parent 25b1d7b commit 055aad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/App.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import { Route, Routes } from 'react-router-dom'
3-
import BookReader from './BookReader'
4-
import Dashboard from './Dashboard'
3+
import BookReader from './pages/BookReader'
4+
import Dashboard from './pages/Dashboard'
55

66

77
const App = () => {

0 commit comments

Comments
 (0)