Skip to content

Commit

Permalink
Fix import casing
Browse files Browse the repository at this point in the history
  • Loading branch information
sharad-s committed Sep 26, 2024
1 parent 15a5d23 commit f8aa939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseHtml.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { getSiteUrl } from '@utils/url';
import settings from '@base/settings.json';
import Nav from '@components/NavBar';
import Footer from '@components/Footer';
import PostHog from '@components/PostHog.astro';
import { Toaster } from 'react-hot-toast';
import PostHog from '@components/PostHog.astro';
interface Props {
title: string;
Expand Down

0 comments on commit f8aa939

Please sign in to comment.