mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 01:17:12 +00:00
refactor(nc-gui): move common datetime utils functions to sdk
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import type { HookLogType, HookType } from 'nocodb-sdk'
|
||||
import { AutomationLogLevel, extractSdkResponseErrorMsg, onBeforeMount, parseProp, timeAgo, useApi, useGlobal } from '#imports'
|
||||
import { timeAgo } from 'nocodb-sdk'
|
||||
import { AutomationLogLevel, extractSdkResponseErrorMsg, onBeforeMount, parseProp, useApi, useGlobal } from '#imports'
|
||||
|
||||
interface Props {
|
||||
hook: HookType
|
||||
|
||||
Reference in New Issue
Block a user