mirror of https://github.com/fantasticit/think.git
fix: remove console
parent
2c4b3d5598
commit
c8c370e0cb
|
@ -23,8 +23,6 @@ const PAGESIZE = 12;
|
|||
const Page: NextPage = () => {
|
||||
const { data, loading, error, setPage } = useAllPublicWikis();
|
||||
|
||||
console.log(data);
|
||||
|
||||
return (
|
||||
<SingleColumnLayout>
|
||||
<Seo title="发现" />
|
||||
|
|
Loading…
Reference in New Issue