File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<script >
2
- import GoToMainContent from ' ./components/GoToMainContent.svelte' ;
2
+ import GoToMainContent from ' ./components/GoToMainContent.svelte'
3
3
import Navbar from ' ./components/Navbar.svelte'
4
4
import Header from ' ./components/Header.svelte'
5
5
import Footer from ' ./components/Footer.svelte'
Original file line number Diff line number Diff line change 8
8
export let onSave
9
9
10
10
const VALIDATION_ANIMATION_DURATION = 700
11
- const DOWNLOAD_MINIFIED_CSS = " Download minified css"
12
- const COPY_MINIFIED_CSS = " Copy minified css to clipboard"
11
+ const DOWNLOAD_MINIFIED_CSS = ' Download minified css'
12
+ const COPY_MINIFIED_CSS = ' Copy minified css to clipboard'
13
13
14
14
let isSavedToClipboard = false
15
15
let isSaved = false
You can’t perform that action at this time.
0 commit comments