import React from 'react'; import ProjectLabel from 'app/components/projectLabel'; export default { title: 'Deprecated/ProjectLabel', }; export const Default = () => { return ( ); }; Default.storyName = 'default'; Default.parameters = { docs: { description: { story: 'Do not use this, use IdBadge instead', }, }, };