Clean up the project a bit
Fix imports, remove unnecessary imports, and replace all single apostrophe to double apostrophes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
import CalendarIcon from '@/icons/CalendarIcon.astro';
|
||||
import { getImageSize, getImageUrl } from '@/lib/images';
|
||||
import { markdownToHtml } from '@/lib/markdown';
|
||||
import { getTypographyClasses } from '@/styles/markdownClasses';
|
||||
import { Image } from 'astro:assets';
|
||||
import CalendarIcon from "@/icons/CalendarIcon.astro";
|
||||
import { getImageSize } from "@/lib/images";
|
||||
import { markdownToHtml } from "@/lib/markdown";
|
||||
import { getTypographyClasses } from "@/styles/markdownClasses";
|
||||
import { Image } from "astro:assets";
|
||||
|
||||
interface Props {
|
||||
project: ProjectPost;
|
||||
|
||||
Reference in New Issue
Block a user