mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(base/ui): updated BUTTON_TYPES imports based upon native or web
This commit is contained in:
committed by
Calinteodor
parent
10db5ecf1f
commit
cdb2436b73
@@ -5,7 +5,7 @@ import { makeStyles } from 'tss-react/mui';
|
||||
|
||||
import Button from '../../../base/ui/components/web/Button';
|
||||
import Checkbox from '../../../base/ui/components/web/Checkbox';
|
||||
import { BUTTON_TYPES } from '../../../base/ui/constants';
|
||||
import { BUTTON_TYPES } from '../../../base/ui/constants.web';
|
||||
import { isSubmitAnswerDisabled } from '../../functions';
|
||||
import AbstractPollAnswer, { AbstractProps } from '../AbstractPollAnswer';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user