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 {