update
This commit is contained in:
4
frontend/src/Pages/SectionTitle.tsx
Normal file
4
frontend/src/Pages/SectionTitle.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Text } from "@fluentui/react-components";
|
||||
import { FC } from "react";
|
||||
|
||||
export const SectionTitle: FC<{ label: string }> = ({ label }) => <Text weight="medium">{label}</Text>;
|
||||
Reference in New Issue
Block a user