add interactive seg remove/replace modal

This commit is contained in:
Qing
2022-11-30 21:53:28 +08:00
parent 023306ae40
commit e71725bee0
5 changed files with 82 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
import React, { useState } from 'react'
import { useRecoilState } from 'recoil'
import { Coffee } from 'react-feather'
import { settingState } from '../../store/Atoms'
import Button from '../shared/Button'
import Modal from '../shared/Modal'