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