Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Oct 22, 2023
1 parent ece9e5b commit 7f78fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/i18n/src/svelte/client.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export {default} from "./store.js";
export {default as locale} from "./locale.js";
export { default } from "./store.js";
export { default as locale } from "./locale.js";
4 changes: 2 additions & 2 deletions packages/i18n/src/svelte/server.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export {default} from "./store.js";
export {default as locale} from "./locale.js";
export { default } from "./store.js";
export { default as locale } from "./locale.js";

0 comments on commit 7f78fbf

Please sign in to comment.