mirror of
https://github.com/lumehq/lume.git
synced 2025-03-26 01:31:48 +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 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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user