feat: career page added
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Link, useLocation} from "react-router-dom";
|
||||
import { Link, useLocation } from "react-router-dom";
|
||||
|
||||
import {Button} from "@/components/ui/button";
|
||||
import {Separator} from "@/components/ui/separator";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Separator } from "@/components/ui/separator";
|
||||
|
||||
export default function Sidebar() {
|
||||
const location = useLocation();
|
||||
@@ -19,6 +19,10 @@ export default function Sidebar() {
|
||||
name: "Appointments",
|
||||
path: "/appointment",
|
||||
},
|
||||
{
|
||||
name: "Career",
|
||||
path: "/career",
|
||||
},
|
||||
{
|
||||
name: "Email",
|
||||
path: "/email",
|
||||
|
||||
Reference in New Issue
Block a user