Format with prettier

This commit is contained in:
prototypa
2023-08-30 14:07:39 -04:00
parent 76643e86b2
commit ff76714e8e
2 changed files with 3 additions and 3 deletions

2
src/types.d.ts vendored
View File

@ -1,4 +1,4 @@
import type { AstroComponentFactory } from "astro/runtime/server/index.js";
import type { AstroComponentFactory } from 'astro/runtime/server/index.js';
export interface Post {
/** A unique ID number that identifies a post. */