Skip to content

Commit

Permalink
modify: deploy configs
Browse files Browse the repository at this point in the history
  • Loading branch information
zinirun committed Mar 12, 2021
1 parent 33cefc0 commit 1a797f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Route, BrowserRouter as Router, Switch } from 'react-router-dom';
import '~antd/dist/antd.css';
import HomePage from './common/pages/HomePage';
import WorkSpacePage from './workspace/pages/WorkSpacePage';
import GuidePage from './common/pages/GuidePage';
Expand Down
1 change: 0 additions & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ReactDOM from 'react-dom';
import 'antd/dist/antd.css';
import App from './App';

import { ApolloProvider } from '@apollo/client';
Expand Down

0 comments on commit 1a797f9

Please sign in to comment.