forked from Github/frigate
11
web/src/pages/Logs.tsx
Normal file
11
web/src/pages/Logs.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Heading from "@/components/ui/heading";
|
||||
|
||||
function Logs() {
|
||||
return (
|
||||
<>
|
||||
<Heading as="h2">Logs</Heading>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default Logs;
|
||||
Reference in New Issue
Block a user