このコミットが含まれているのは:
@@ -1,3 +1,5 @@
|
||||
import type { FC } from 'react'
|
||||
|
||||
import { useQuery } from '@tanstack/react-query'
|
||||
import { useEffect, useMemo } from 'react'
|
||||
import { Helmet } from 'react-helmet-async'
|
||||
@@ -19,7 +21,7 @@ import { fetchWikiPage, fetchWikiPageByTitle } from '@/lib/wiki'
|
||||
import type { Tag } from '@/types'
|
||||
|
||||
|
||||
export default () => {
|
||||
const WikiDetailPage: FC = () => {
|
||||
const params = useParams ()
|
||||
const title = params.title ?? ''
|
||||
|
||||
@@ -126,3 +128,5 @@ export default () => {
|
||||
</article>
|
||||
</MainArea>)
|
||||
}
|
||||
|
||||
export default WikiDetailPage
|
||||
|
||||
新しい課題から参照
ユーザをブロックする