mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
remove unused imports
This commit is contained in:
parent
2d266cfa7a
commit
2711b9528d
2 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
<script>
|
<script>
|
||||||
import { getIsMobile } from '$lib/Helper.mjs'
|
import { getIsMobile } from '$lib/Helper.mjs'
|
||||||
import Button from '$lib/components/Button.svelte'
|
import Button from '$lib/components/Button.svelte'
|
||||||
import Logo from '$lib/images/logos/hyprland-color.svg'
|
|
||||||
import { onMount } from 'svelte'
|
import { onMount } from 'svelte'
|
||||||
// import Firefly from './Firefly.svelte'
|
|
||||||
import { inview } from 'svelte-inview'
|
import { inview } from 'svelte-inview'
|
||||||
import HeroBackground from './HeroBackground.svelte'
|
import HeroBackground from './HeroBackground.svelte'
|
||||||
import HyprlandLogo from '$lib/images/logos/HyprlandLogo.svelte'
|
import HyprlandLogo from '$lib/images/logos/HyprlandLogo.svelte'
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import { navigating, page } from '$app/stores'
|
import { navigating, page } from '$app/stores'
|
||||||
import logo from '$lib/images/logos/hyprland-color.svg'
|
|
||||||
import GithubIcon from '~icons/ri/github-fill'
|
import GithubIcon from '~icons/ri/github-fill'
|
||||||
import DiscordIcon from '~icons/prime/discord'
|
import DiscordIcon from '~icons/prime/discord'
|
||||||
import MenuIcon from '~icons/mingcute/menu-line'
|
import MenuIcon from '~icons/mingcute/menu-line'
|
||||||
|
|
Loading…
Reference in a new issue