Skip to content

Commit

Permalink
chore: follow c6aadc1 7a19a7d (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnYiEE authored Nov 20, 2023
1 parent 39e3d81 commit e936c60
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Cat-a-lot-pagestyles/images/check-constructive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Clipboard/Clipboard.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as ClipboardJS from 'clipboard';
import ClipboardJS from 'clipboard';

if (!window.ClipboardJS) {
window.ClipboardJS = ClipboardJS;
Expand Down
2 changes: 1 addition & 1 deletion src/GeoLocationReader-pagestyles/images/helpNotice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/GeoLocationReader-pagestyles/images/userAvatar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Report-pagestyles/images/report-button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ShortURL-pagestyles/images/link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Toastify/Toastify.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Toastify from 'toastify-js';
import Toastify from 'toastify-js';

if (!window.toastify) {
window.toastify = (
Expand Down
5 changes: 2 additions & 3 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable sort-imports */
import type {
ApiClientLoginParams as _ApiClientLoginParams,
ApiComparePagesParams as _ApiComparePagesParams,
Expand All @@ -17,9 +16,9 @@ import type {

import type {SettingGlobal as CatALotSetting} from './Cat-a-lot/modules/types'; // Cat-a-lot

import type * as _ClipboardJS from 'clipboard';
import type _ClipboardJS from 'clipboard';
import type {Tippy as _Tippy} from 'tippy.js';
import type * as _Toastify from 'toastify-js';
import type _Toastify from 'toastify-js';

type I18nCandidatesKey =
| 'en'
Expand Down

0 comments on commit e936c60

Please sign in to comment.