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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user