mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-27 06:01:54 +03:00
JS: Converted a few extra services to TS
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import * as DOM from '../services/dom';
|
||||
import {Component} from './component';
|
||||
import {copyTextToClipboard} from '../services/clipboard';
|
||||
import {copyTextToClipboard} from '../services/clipboard.ts';
|
||||
|
||||
export class Pointer extends Component {
|
||||
|
||||
|
Reference in New Issue
Block a user