frigate/web-new/src/pages/Logs.tsx
2023-12-07 11:05:28 -06:00

12 lines
159 B
TypeScript

import Heading from "@/components/ui/heading";
function Logs() {
return (
<>
<Heading as="h2">Logs</Heading>
</>
);
}
export default Logs;