Skip to content

Commit 7b844cf

Browse files
committed
chore(codebase): remove unused imports
1 parent d5a0866 commit 7b844cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/dashboard/attendance.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"use client";
2-
import Dropdown from "@/components/CalendarDropdown";
32
import React, { use, useEffect, useState } from "react";
43
import { Chart, ArcElement } from "chart.js";
54
Chart.register(ArcElement);
@@ -33,7 +32,6 @@ import { AttendanceDetails, updatedAttendanceDetails } from "@/types/types";
3332
import { AttendanceDetailRow } from "@/components/attendance-track/AttendanceDetails";
3433
import { AttendanceService } from "@/services/attendance-service"; // Ensure the service is imported
3534
import Calendar from "@/components/Calendar";
36-
import App from "@/components/CalendarDropdown";
3735

3836
export const AttendancePage: React.FC = () => {
3937
// State for attendance data

0 commit comments

Comments
 (0)