fix: conflict
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { Navbar } from '@imphnen-frontend-service/ui/organisms';
|
||||
import { FC, ReactElement } from 'react';
|
||||
|
||||
export const Components: FC = (): ReactElement => {
|
||||
return (
|
||||
<div className='bg-blue-50'>
|
||||
<Navbar />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Components;
|
||||
Reference in New Issue
Block a user