Refactored routing components for better organization and maintainability
This commit is contained in:
@@ -6,9 +6,5 @@ export const Route = createFileRoute("/cameras")({
|
||||
});
|
||||
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div>
|
||||
<CameraGrid />
|
||||
</div>
|
||||
);
|
||||
return <CameraGrid />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user