|
|
|
@@ -2,7 +2,7 @@ import { useEffect, useState } from 'react' |
|
|
|
import { Helmet } from 'react-helmet-async' |
|
|
|
|
|
|
|
import PrefetchLink from '@/components/PrefetchLink' |
|
|
|
import SectionTitle from '@/components/common/SectionTitle' |
|
|
|
import PageTitle from '@/components/common/PageTitle' |
|
|
|
import MainArea from '@/components/layout/MainArea' |
|
|
|
import { SITE_TITLE } from '@/config' |
|
|
|
import { apiGet } from '@/lib/api' |
|
|
|
@@ -37,7 +37,7 @@ export default () => { |
|
|
|
</Helmet> |
|
|
|
|
|
|
|
<div className="max-w-xl"> |
|
|
|
<SectionTitle>Wiki</SectionTitle> |
|
|
|
<PageTitle>Wiki</PageTitle> |
|
|
|
<form onSubmit={handleSearch} className="space-y-2"> |
|
|
|
{/* タイトル */} |
|
|
|
<div> |
|
|
|
|