1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

JS: Converted a few extra services to TS

This commit is contained in:
Dan Brown
2024-10-04 14:36:20 +01:00
parent 2766c76491
commit 346b88ae43
12 changed files with 39 additions and 71 deletions

View File

@ -1,5 +1,5 @@
import {Component} from './component';
import {Clipboard} from '../services/clipboard';
import {Clipboard} from '../services/clipboard.ts';
import {
elem, getLoading, onSelect, removeLoading,
} from '../services/dom';