blakeblackshear.frigate/web/src/pages/System.tsx
Blake Blackshear bdebb99b5a Use new UI (#8983)
* fixup build

* swap frontends
2024-01-31 12:56:11 +00:00

12 lines
165 B
TypeScript

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