1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 10:54:38 +00:00

style(blog): format import statements for consistency

This commit is contained in:
2025-06-17 15:58:13 +07:00
parent af8aae3b9b
commit d313c7edd1
3 changed files with 3 additions and 3 deletions

View File

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