mirror of
https://github.com/robonen/lorem-blog.git
synced 2026-03-20 02:44:39 +00:00
style(blog): format import statements for consistency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { BlogHeader, useProvidingPosts } from '@/widgets/Blog';
|
||||
import { BlogList} from '@/widgets/Blog';
|
||||
import { BlogList } from '@/widgets/Blog';
|
||||
|
||||
useProvidingPosts(() => fetch('/posts.json').then((response) => {
|
||||
if (!response.ok) {
|
||||
|
||||
Reference in New Issue
Block a user