moved navigation to outside, remove columns folder

This commit is contained in:
Ren Amamiya
2023-04-01 09:27:30 +07:00
parent 0394d41e47
commit ae969baa6d
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import Chats from '@components/columns/navigator/chats';
import Newsfeed from '@components/columns/navigator/newsfeed';
import Chats from '@components/navigator/chats';
import Newsfeed from '@components/navigator/newsfeed';
export default function NavigatorColumn() {
export default function Navigation() {
return (
<div className="relative flex h-full flex-col gap-1 overflow-hidden pt-4">
{/* Newsfeed */}