1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 19:04:40 +00:00

chore: lint

This commit is contained in:
2025-07-14 02:48:28 +07:00
parent 42b6c90c1a
commit bd3d9dfb01
6 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
import { BlogHeader, useProvidingPosts } from '@/widgets/Blog';
import { BlogList } from '@/widgets/Blog';
import { BlogHeader, BlogList, useProvidingPosts } from '@/widgets/Blog';
useProvidingPosts(() => fetch('/posts.json').then((response) => {
if (!response.ok) {