mirror of
https://github.com/lumehq/lume.git
synced 2025-09-19 19:30:31 +02:00
rename from navigator to navigation
This commit is contained in:
@@ -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 (
|
@@ -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 (
|
||||
|
Reference in New Issue
Block a user