fix: conflict

This commit is contained in:
BoboiAzumi
2025-08-18 12:43:32 +07:00
parent 1081c78cce
commit dd1714a05f
-12
View File
@@ -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;