From 1bdc1e60db0f3ddffc68c4e3ba67cee3e7528a90 Mon Sep 17 00:00:00 2001 From: Darren Clarke Date: Wed, 15 Mar 2023 12:16:54 +0000 Subject: [PATCH] Fix more build errors --- apps/link/pages/admin/label-studio.tsx | 7 ++++--- apps/metamigo-frontend/lib/graphql-schema.json | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 apps/metamigo-frontend/lib/graphql-schema.json diff --git a/apps/link/pages/admin/label-studio.tsx b/apps/link/pages/admin/label-studio.tsx index e39977c..be03dd4 100644 --- a/apps/link/pages/admin/label-studio.tsx +++ b/apps/link/pages/admin/label-studio.tsx @@ -1,10 +1,11 @@ // @ts-nocheck +import { FC } from "react"; import Head from "next/head"; import { Grid } from "@mui/material"; import { Layout } from "components/Layout"; import Iframe from "react-iframe"; -const Metamigo = () => ( +const LabelStudio: FC = () => ( Link Shell @@ -18,7 +19,7 @@ const Metamigo = () => (