mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 23:32:53 +01:00
fix: fix errors and reformat code
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
import {getPostUrlBySlug} from "@utils/url-utils";
|
||||
import PostCard from "./PostCard.astro";
|
||||
import { getPostUrlBySlug } from '@utils/url-utils'
|
||||
import PostCard from './PostCard.astro'
|
||||
|
||||
const {page} = Astro.props;
|
||||
const { page } = Astro.props
|
||||
|
||||
let delay = 0
|
||||
const interval = 50
|
||||
|
||||
Reference in New Issue
Block a user