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

export const BoxDemo = () => {
  return <Box className={'w-5 h-5 bg-blue-500'} />;
};
