feat: career page added

This commit is contained in:
ARJUN S THAMPI
2026-03-24 14:35:23 +05:30
parent 6e999c36c5
commit 8277641077
5 changed files with 315 additions and 5 deletions
+7 -3
View File
@@ -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",