refactor: move components by fsd

This commit is contained in:
2025-06-27 12:43:16 +03:00
parent 3a8f31515a
commit a52db8dbcb
8 changed files with 117 additions and 130 deletions

View File

@@ -1,9 +1,5 @@
import { Home } from '@/views';
export default function HomePage() {
return (
<div>
<Home />
</div>
);
return <Home />;
}