Артем Леванов
first commit
41a71fd
raw
history blame contribute delete
180 Bytes
import { Wrapper } from '@/shared/ui/Wrapper';
const {{name}} = () => {
return (
<Wrapper>
{{name}}
</Wrapper>
);
};
export default {{name}};