Files
um-react/src/faq/SegmentTopNavSettings.tsx
2023-09-05 01:34:42 +01:00

10 lines
176 B
TypeScript

import { VQuote } from '~/components/HelpText/VQuote';
export function SegmentTopNavSettings() {
return (
<>
<VQuote></VQuote>
</>
);
}