rename from navigator to navigation

This commit is contained in:
Ren Amamiya 2023-04-01 11:15:47 +07:00
parent ae969baa6d
commit 383c9e55ac
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import Chats from '@components/navigator/chats';
import Newsfeed from '@components/navigator/newsfeed';
import Chats from '@components/navigation/chats';
import Newsfeed from '@components/navigation/newsfeed';
export default function Navigation() {
return (

View File

@ -1,6 +1,6 @@
import AppHeader from '@components/appHeader';
import MultiAccounts from '@components/multiAccounts';
import Navigation from '@components/navigator';
import Navigation from '@components/navigation';
export default function WithSidebarLayout({ children }: { children: React.ReactNode }) {
return (