add
This commit is contained in:
parent
1edc5beb80
commit
eec6491b87
|
@ -0,0 +1,10 @@
|
|||
import BasePostLayout from "../layout/BasePost/BasePostLayout";
|
||||
import MyPathListContainer from "./components/MyPathListContainer";
|
||||
|
||||
export default function MyPathPage() {
|
||||
return (
|
||||
<BasePostLayout>
|
||||
<MyPathListContainer></MyPathListContainer>
|
||||
</BasePostLayout>
|
||||
);
|
||||
}
|
Loading…
Reference in New Issue