This commit is contained in:
Gabriel Brown 2024-07-22 16:46:16 -05:00
parent 7d8d1d9be3
commit eb44093f09
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"use server";
import { auth } from "~/auth";
import No_Session from "~/components/auth/No_Session";
import No_Session from "~/components/ui/No_Session";
import Header from "~/components/ui/Header";
import { getEmployees } from "~/server/functions";
import TechTable from "~/components/ui/TechTable";