feat: bootstrap auto virtual tryon admin frontend
This commit is contained in:
5
app/(dashboard)/libraries/garments/page.tsx
Normal file
5
app/(dashboard)/libraries/garments/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { LibraryPageScreen } from "@/features/libraries/library-page";
|
||||
|
||||
export default function GarmentsLibraryPage() {
|
||||
return <LibraryPageScreen libraryType="garments" />;
|
||||
}
|
||||
Reference in New Issue
Block a user