Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8ce97b

Browse files
committed
🚨 Fix linter
1 parent03b50c2 commitc8ce97b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/App.svelte‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
importGoToMainContentfrom'./components/GoToMainContent.svelte';
2+
importGoToMainContentfrom'./components/GoToMainContent.svelte'
33
importNavbarfrom'./components/Navbar.svelte'
44
importHeaderfrom'./components/Header.svelte'
55
importFooterfrom'./components/Footer.svelte'

‎src/components/CopySaveActions.svelte‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
exportlet onSave
99
1010
constVALIDATION_ANIMATION_DURATION=700
11-
constDOWNLOAD_MINIFIED_CSS="Download minified css"
12-
constCOPY_MINIFIED_CSS="Copy minified css to clipboard"
11+
constDOWNLOAD_MINIFIED_CSS='Download minified css'
12+
constCOPY_MINIFIED_CSS='Copy minified css to clipboard'
1313
1414
let isSavedToClipboard=false
1515
let isSaved=false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp