mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-11-01 14:51:10 +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