refactor: move components by fsd
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import { Home } from '@/views';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<div>
|
||||
<Home />
|
||||
</div>
|
||||
);
|
||||
return <Home />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user