Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a8cc0b6

Browse files
routes based components moved to routes folder
1 parent 56a1e3a commit a8cc0b6

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

src/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { Layout } from 'antd';
33
import { BrowserRouter, Switch, Route } from 'react-router-dom';
4-
import { AuthRoute, PrivateRoute, Loader } from './components/common';
4+
import { AuthRoute, PrivateRoute, Loader } from './components/routes';
55
import * as Pages from './pages';
66

77
const { Content } = Layout;

0 commit comments

Comments
 (0)