got to a good point with sighting modal, want to do cleanup
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
import HistoryList from "../components/HistoryList/HistoryList.tsx";
|
||||
import HitSearchCard from "../components/SessionForm/HitSearchCard.tsx";
|
||||
import SessionCard from "../components/SessionForm/SessionCard.tsx";
|
||||
import { useAlertHitContext } from "../context/AlertHitContext.ts";
|
||||
|
||||
const Session = () => {
|
||||
useAlertHitContext();
|
||||
|
||||
return (
|
||||
<div className="mx-auto grid grid-cols-1 sm:grid-cols-1 lg:grid-cols-2 gap-2 px-1 sm:px-2 lg:px-0 w-full">
|
||||
<HitSearchCard />
|
||||
<SessionCard />
|
||||
<div className="col-span-2">
|
||||
<HistoryList />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -10,7 +10,7 @@ import { Toaster } from "sonner";
|
||||
import { useNPEDAuth } from "../hooks/useNPEDAuth";
|
||||
|
||||
const SystemSettings = () => {
|
||||
const { user } = useNPEDAuth();
|
||||
useNPEDAuth();
|
||||
|
||||
return (
|
||||
<div className="m-4">
|
||||
|
||||
Reference in New Issue
Block a user