rename from navigator to navigation
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user