mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
@@ -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