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,4 +1,4 @@
import {debounce} from '../services/util';
import {debounce} from '../services/util.ts';
import {transitionHeight} from '../services/animations';
import {Component} from './component';