1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +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 {onChildEvent} from '../services/dom';
import {uniqueId} from '../services/util';
import {uniqueId} from '../services/util.ts';
import {Component} from './component';
/**