Browse Source

chore/removed unnecassary import

pull/3011/head
Muhammed Mustafa 2 years ago
parent
commit
be32e5a900
  1. 2
      packages/nc-gui-v2/components/smartsheet-column/DateOptions.vue

2
packages/nc-gui-v2/components/smartsheet-column/DateOptions.vue

@ -1,6 +1,6 @@
<script setup lang="ts"> <script setup lang="ts">
import { useColumnCreateStoreOrThrow } from '#imports' import { useColumnCreateStoreOrThrow } from '#imports'
import { dateFormats } from '~/utils/dateTimeUtils' import { dateFormats } from '~/utils'
const { formState } = $(useColumnCreateStoreOrThrow()) const { formState } = $(useColumnCreateStoreOrThrow())

Loading…
Cancel
Save