/* eslint-disable @typescript-eslint/no-explicit-any */ import ActiveLink from '@components/activeLink'; import CreatePost from '@components/navigatorBar/createPost'; import { PlusIcon } from '@radix-ui/react-icons'; export default function NavigatorBar() { return (
{/* main */}
{/* Create post */}
{/* Newsfeed */}

Newsfeed

# following # global
{/* Messages */}

Direct Messages

); } /* Channels

Channels

*/