forked from Github/frigate
11
web/src/pages/System.tsx
Normal file
11
web/src/pages/System.tsx
Normal file
@@ -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