Skip to content

Commit

Permalink
➖ remove: maze 스크립트 제거 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojj1123 authored Sep 29, 2023
2 parents 9393fea + dcb471f commit 756a6e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
1 change: 0 additions & 1 deletion src/infra/sdk/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./channelIO";
export * from "./google";
export * from "./kakao";
export * from "./maze";
34 changes: 0 additions & 34 deletions src/infra/sdk/maze.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Layout } from "@/components/common/Layout";
import { SignUpModal, SignUpModalProvider } from "@/components/common/Modal";
import { ToastContainer, ToastProvider } from "@/components/common/Toast";
import { TagCategoryProvider } from "@/components/tags";
import { GoogleTagManagerScript, GTagScript, MazeScript } from "@/infra/sdk";
import { GoogleTagManagerScript, GTagScript } from "@/infra/sdk";
import type { DefaultPageProps } from "@/types";

if (process.env.NEXT_PUBLIC_API_MOCKING === "enabled") {
Expand All @@ -35,7 +35,6 @@ const App = ({ Component, pageProps }: AppProps<DefaultPageProps>) => {
<>
<GTagScript />
<GoogleTagManagerScript />
<MazeScript />

<Head>
<meta
Expand Down

1 comment on commit 756a6e7

@vercel
Copy link

@vercel vercel bot commented on 756a6e7 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.