mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
@@ -0,0 +1,11 @@
|
||||
import Heading from "@/components/ui/heading";
|
||||
|
||||
function System() {
|
||||
return (
|
||||
<>
|
||||
<Heading as="h2">System</Heading>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default System;
|
||||
Reference in New Issue
Block a user