Commit 3d10dcba authored by Lee Soobeom's avatar Lee Soobeom
Browse files

posts

parent 15eb9cdc
import React, { ReactNode } from "react";
import { Outlet } from "react-router-dom";
export default function Posts() {
return <Outlet />;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment