chore: update npm registry

pull/13/head
moonrailgun 4 years ago
parent 46ba5c094d
commit 4923664f18

@ -14,7 +14,7 @@
"@iconify/iconify": "^2.0.2",
"@iconify/react": "^3.0.0-alpha.1",
"@loadable/component": "^5.15.0",
"antd": "^19.9.89",
"antd": "^4.16.6",
"clsx": "^1.1.1",
"p-min-delay": "^4.0.0",
"pawchat-shared": "*",

@ -5,10 +5,12 @@ import { LoginView } from './LoginView';
export const EntryRoute = React.memo(() => {
return (
<div>
<Switch>
<Route path="/entry/login" component={LoginView} />
<Redirect to="/entry/login" />
</Switch>
<div>
<Switch>
<Route path="/entry/login" component={LoginView} />
<Redirect to="/entry/login" />
</Switch>
</div>
</div>
);
});

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save