From 445c2773b5494633213d7bd8abbc052bcfefba5f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 21 Jun 2023 03:22:15 -0700 Subject: [PATCH] Remove stylesheet links --- components/toasts/RemixedToast/index.tsx | 2 -- components/toasts/UrlCopiedToast/index.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/components/toasts/RemixedToast/index.tsx b/components/toasts/RemixedToast/index.tsx index cf112d84..d77a5c76 100644 --- a/components/toasts/RemixedToast/index.tsx +++ b/components/toasts/RemixedToast/index.tsx @@ -2,8 +2,6 @@ import React from 'react' import Toast from '~components/common/Toast' import { Trans, useTranslation } from 'next-i18next' -import './index.scss' - interface Props { partyName: string open: boolean diff --git a/components/toasts/UrlCopiedToast/index.tsx b/components/toasts/UrlCopiedToast/index.tsx index 60ffea89..f4816913 100644 --- a/components/toasts/UrlCopiedToast/index.tsx +++ b/components/toasts/UrlCopiedToast/index.tsx @@ -1,7 +1,5 @@ import React from 'react' import Toast from '~components/common/Toast' - -import './index.scss' import { useTranslation } from 'next-i18next' interface Props {