samling 0.13.1

App for managing apparel collections
Documentation
1
2
3
4
5
import { Outlet } from "react-router-dom";

export default function AdminLayout() {
  return <Outlet />;
}