Files
BayIQ-UI/src/features/cameras/components/PlatePatch/PlatePatch.tsx

8 lines
133 B
TypeScript

import Card from "../../../../ui/Card";
const PlatePatch = () => {
return <Card>PlatePatch</Card>;
};
export default PlatePatch;