Skip to content

Commit

Permalink
feat: removed code that was causing fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymoreau committed Jul 26, 2024
1 parent ed7c84d commit 5045880
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
import type { RelatedPost } from '../utils/post';
import AuthorCard from '../components/AuthorCard/index.astro';
import PostCardSmall from '../components/PostCardSmall/index.astro';
import PostHeader from '../components/PostHeader/index.astro';
import SkipToContent from '../components/SkipToContent/index.astro';
import TagList from '../components/TagList/index.astro';
import type { RelatedPost } from '../utils/post';
import BaseLayout from './Base/index.astro';
import './styles.css';
interface Props {
title: string,
Expand Down

0 comments on commit 5045880

Please sign in to comment.