import { Text } from '@crossed/ui';

export const TextDemo = () => {
  return <Text>Link</Text>;
};
