Fixed import select(cdn)

This commit is contained in:
MaxOvs19
2023-04-11 15:19:42 +03:00
parent 72fdcb6c0b
commit 798024d05c
8 changed files with 13 additions and 9 deletions

View File

@ -32,7 +32,7 @@ import { CustomTheme, CustomThemeJson } from 'components/theme/theme.interface';
* @description This class implements the functionality of a custom select, with customization capabilities.
* @author Ovsyanikov Maxim
*/
export class CGSelect implements ICgSelect {
export default class CGSelect implements ICgSelect {
selector?: string;
selected?: string;
placeholder?: string;