mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Fixed incorrect import
This commit is contained in:
parent
57b4d00560
commit
0add5ccc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import { StarRating } from '@/Editor/Components/StarRating';
|
|||
import { Divider } from '@/Editor/Components/Divider';
|
||||
import { FilePicker } from '@/Editor/Components/FilePicker';
|
||||
import { PasswordInput } from '@/AppBuilder/Widgets/PasswordInput';
|
||||
import { EmailInput } from '@/Editor/Components/EmailInput';
|
||||
import { EmailInput } from '@/AppBuilder/Widgets/EmailInput';
|
||||
// import { Calendar } from '@/Editor/Components/Calendar';
|
||||
// import { Listview } from '@/Editor/Components/Listview';
|
||||
import { IFrame } from '@/Editor/Components/IFrame';
|
||||
|
|
|
|||
Loading…
Reference in a new issue