- improved Dashboard ui
This commit is contained in:
@@ -9,7 +9,6 @@ export const Route = createFileRoute("/baywatch")({
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div>
|
||||
<h2 className="text-xl font-semibold">Cameras</h2>
|
||||
<CameraGrid />
|
||||
<Toaster />
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,6 @@ export const Route = createFileRoute("/")({
|
||||
function HomePage() {
|
||||
return (
|
||||
<div>
|
||||
<h2 className="text-xl font-semibold"> Dashboard</h2>
|
||||
<DashboardGrid />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user