mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 13:46:46 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
<script lang="ts" setup>
|
||||
import { Form, Modal, message } from 'ant-design-vue'
|
||||
import type { SelectHandler } from 'ant-design-vue/es/vc-select/Select'
|
||||
import type { ProjectCreateForm } from '#imports'
|
||||
import type { DefaultConnection, ProjectCreateForm, SQLiteConnection } from '#imports'
|
||||
import {
|
||||
CertTypes,
|
||||
ClientType,
|
||||
DefaultConnection,
|
||||
SQLiteConnection,
|
||||
SSLUsage,
|
||||
clientTypes as _clientTypes,
|
||||
computed,
|
||||
|
||||
Reference in New Issue
Block a user