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 StarRating from './subcomponents/StarRating.astro';
|
||||
import { markdownToHtml } from "@/lib/markdown";
|
||||
import StarRating from "./subcomponents/StarRating.astro";
|
||||
|
||||
interface Props {
|
||||
reviews: ReviewListComponent;
|
||||
|
||||
Reference in New Issue
Block a user