Remove stylesheet links
This commit is contained in:
parent
9d4cca7446
commit
445c2773b5
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
import React from 'react'
|
||||
import Toast from '~components/common/Toast'
|
||||
|
||||
import './index.scss'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
||||
interface Props {
|
||||
|
|
|
|||
Loading…
Reference in a new issue