Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: follow c6aadc1 7a19a7d #434

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading