Update resources/scripts/components/NavigationBar.tsx
This commit is contained in:
parent
1c420bd7be
commit
455ab826a1
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ import SpinnerOverlay from '@/components/elements/SpinnerOverlay';
|
||||||
import Tooltip from '@/components/elements/tooltip/Tooltip';
|
import Tooltip from '@/components/elements/tooltip/Tooltip';
|
||||||
import Avatar from '@/components/Avatar';
|
import Avatar from '@/components/Avatar';
|
||||||
|
|
||||||
|
import BeforeNavigation from '@/blueprint/components/Navigation/NavigationBar/BeforeNavigation';
|
||||||
|
import AdditionalItems from '@/blueprint/components/Navigation/NavigationBar/AdditionalItems';
|
||||||
|
import AfterNavigation from '@/blueprint/components/Navigation/NavigationBar/AfterNavigation';
|
||||||
|
|
||||||
|
|
||||||
const RightNavigation = styled.div`
|
const RightNavigation = styled.div`
|
||||||
& > a,
|
& > a,
|
||||||
& > button,
|
& > button,
|
||||||
|
|
Loading…
Reference in a new issue