fix(Enum): cannot be used as a value when imported as type (#764)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { TModelSelectProps } from '~/common';
|
||||
import type { ESide } from '~/common';
|
||||
import { TModelSelectProps, ESide } from '~/common';
|
||||
import {
|
||||
Switch,
|
||||
SelectDropDown,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { HoverCardPortal, HoverCardContent } from '~/components/ui';
|
||||
import type { ESide } from '~/common';
|
||||
import { ESide } from '~/common';
|
||||
import { useLocalize } from '~/hooks';
|
||||
|
||||
type TOptionHoverProps = {
|
||||
|
||||
Reference in New Issue
Block a user