1
0
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:
2025-06-17 15:58:13 +07:00
parent af8aae3b9b
commit d313c7edd1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
export * from './context';
export { default as BlogHeader } from './ui/BlogHeader.vue';
export { default as BlogList } from './ui/BlogList.vue';
export { default as BlogList } from './ui/BlogList.vue';

View File

@@ -1 +1 @@
export { default as Header } from './Header.vue';
export { default as Header } from './Header.vue';