aipictors icon indicating copy to clipboard operation
aipictors copied to clipboard

不要なFragmentや関数を削除する

Open shigurenimo opened this issue 6 months ago • 0 comments

意味のないFragmentやページが多い。

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

shigurenimo avatar Aug 20 '24 19:08 shigurenimo