Skip to content

Commit

Permalink
rm unused imports - blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Jan 22, 2025
1 parent 53b5f4d commit 6cf6f94
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/layouts/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@
import { BANNER_KEY, GITHUB_REPO_LINK, GITHUB_STARS } from '$lib/constants';
import { isVisible } from '$lib/utils/isVisible';
import { createScrollInfo } from '$lib/utils/scroll';
import { hasNewChangelog } from '$routes/changelog/utils';
import { addEventListener } from '@melt-ui/svelte/internal/helpers';
import { onMount } from 'svelte';
import { page } from '$app/stores';
import ProductsSubmenu from '$lib/components/ProductsSubmenu.svelte';
import ProductsMobileSubmenu from '$lib/components/ProductsMobileSubmenu.svelte';
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
import AnnouncementBanner from '$lib/components/AnnouncementBanner.svelte';
import InitBanner from '$lib/components/InitBanner.svelte';
import { trackEvent } from '$lib/actions/analytics';
import MainNav from '$lib/components/MainNav.svelte';
Expand Down Expand Up @@ -107,7 +103,6 @@
label: 'Docs',
href: '/docs'
},
{ label: 'Blog', href: '/blog' },
{
label: 'Pricing',
href: '/pricing'
Expand Down

0 comments on commit 6cf6f94

Please sign in to comment.