import type { FC } from 'react'; import styles from './CommonComponentTest.module.css'; export const CommonComponentTest: FC = () => { return (
This is a component from @gw2treasures/ui.
); };