AykutSarac 3 年之前
父节点
当前提交
71c046dcd6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/pages/_document.tsx

+ 0 - 1
src/pages/_document.tsx

@@ -5,7 +5,6 @@ import Document, {
   NextScript,
   DocumentContext,
 } from "next/document";
-import { GoogleAnalytics } from "src/components/GoogleAnalytics";
 import { SeoTags } from "src/components/SeoTags";
 import { ServerStyleSheet } from "styled-components";