Add basic navigation bar to server view
This commit is contained in:
parent
8ac8a370f8
commit
109bed4f7d
6 changed files with 49 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import { Route, Switch } from 'react-router';
|
||||
import { Route } from 'react-router';
|
||||
import { CSSTransition, TransitionGroup } from 'react-transition-group';
|
||||
|
||||
type Props = Readonly<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue