Merge branch 'main' into Speech-to-Text

This commit is contained in:
bsu3338 2023-08-05 19:35:30 -05:00 committed by GitHub
commit cfe6325282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
import { TModelSelectProps } from '~/common';
import type { ESide } from '~/common';
import { TModelSelectProps, ESide } from '~/common';
import {
Switch,
SelectDropDown,

View file

@ -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 = {