1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

TS: Coverted util service

This commit is contained in:
Dan Brown
2024-10-10 12:03:24 +01:00
parent a58102d6ef
commit 2e8d6ce7d9
9 changed files with 32 additions and 38 deletions

View File

@ -1,5 +1,5 @@
import {provideKeyBindings} from './shortcuts';
import {debounce} from '../services/util';
import {debounce} from '../services/util.ts';
import {Clipboard} from '../services/clipboard.ts';
/**