import PathListLayout from "./layout/PathListLayout";
export default function PathPage() {
return <PathListLayout />
}