Skip to content

Commit

Permalink
prettier --write
Browse files Browse the repository at this point in the history
  • Loading branch information
SanichKotikov committed Aug 17, 2023
1 parent 2935c2a commit f5525de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './DateTime';
export * from './I18nProvider';
export * from './Numeric';
export * from './Text';
export * from './Text';
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export type { I18nPresets } from 'i18n-mini';
export * from './components';
export { useI18n } from './context';


function formatTag(tag: string, child: string | string[] | undefined) {
const el = template(`<${tag}>`);
insert(el(), () => child);
Expand Down

0 comments on commit f5525de

Please sign in to comment.