mirror of
https://github.com/lumehq/lume.git
synced 2025-03-29 03:02:14 +01:00
rename from navigator to navigation
This commit is contained in:
parent
ae969baa6d
commit
383c9e55ac
@ -1,5 +1,5 @@
|
|||||||
import Chats from '@components/navigator/chats';
|
import Chats from '@components/navigation/chats';
|
||||||
import Newsfeed from '@components/navigator/newsfeed';
|
import Newsfeed from '@components/navigation/newsfeed';
|
||||||
|
|
||||||
export default function Navigation() {
|
export default function Navigation() {
|
||||||
return (
|
return (
|
@ -1,6 +1,6 @@
|
|||||||
import AppHeader from '@components/appHeader';
|
import AppHeader from '@components/appHeader';
|
||||||
import MultiAccounts from '@components/multiAccounts';
|
import MultiAccounts from '@components/multiAccounts';
|
||||||
import Navigation from '@components/navigator';
|
import Navigation from '@components/navigation';
|
||||||
|
|
||||||
export default function WithSidebarLayout({ children }: { children: React.ReactNode }) {
|
export default function WithSidebarLayout({ children }: { children: React.ReactNode }) {
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user