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,6 +1,6 @@
|
||||
---
|
||||
import { markdownToHtml } from '@/lib/markdown';
|
||||
import { Image } from 'astro:assets';
|
||||
import { markdownToHtml } from "@/lib/markdown";
|
||||
import { Image } from "astro:assets";
|
||||
|
||||
interface Props {
|
||||
equipment: EquipmentTableComponent;
|
||||
|
||||
Reference in New Issue
Block a user