Skip to content

Commit e1f5832

Browse files
committed
chore: agentation 파일 삭제
1 parent 7879cb8 commit e1f5832

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

frontend/src/app/_components/AgentationClient.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

frontend/src/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { Metadata } from "next";
22
import localFont from "next/font/local";
33
import "@/styles/globals.css";
44
import ToastProvider from "@/components/ui/Toast/ToastProvider";
5-
import AgentationClient from "@/app/_components/AgentationClient";
65
import DataDogInit from "@/app/_components/DataDogInit";
76

87
const SITE_NAME = "Moong";
@@ -71,7 +70,6 @@ export default function RootLayout({
7170
<html lang="ko">
7271
<body className={`${pretendard.variable} antialiased`}>
7372
<ToastProvider>{children}</ToastProvider>
74-
<AgentationClient />
7573
<DataDogInit />
7674
</body>
7775
</html>

0 commit comments

Comments
 (0)