Remove stylesheet links

This commit is contained in:
Justin Edmund 2023-06-21 03:22:15 -07:00
parent 9d4cca7446
commit 445c2773b5
2 changed files with 0 additions and 4 deletions

View file

@ -2,8 +2,6 @@ import React from 'react'
import Toast from '~components/common/Toast' import Toast from '~components/common/Toast'
import { Trans, useTranslation } from 'next-i18next' import { Trans, useTranslation } from 'next-i18next'
import './index.scss'
interface Props { interface Props {
partyName: string partyName: string
open: boolean open: boolean

View file

@ -1,7 +1,5 @@
import React from 'react' import React from 'react'
import Toast from '~components/common/Toast' import Toast from '~components/common/Toast'
import './index.scss'
import { useTranslation } from 'next-i18next' import { useTranslation } from 'next-i18next'
interface Props { interface Props {