Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Dec 18, 2024
1 parent de4be81 commit 6a931d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
5 changes: 1 addition & 4 deletions lib/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ import {
LocaleNotSupportedError,
} from '../lib/utils/templates';

import {
findLocalesForLangcodes,
interface_translation,
} from './utils/i18n';
import { findLocalesForLangcodes, interface_translation } from './utils/i18n';
import i18next from 'i18next';

import template from './toolbar.html';
Expand Down
6 changes: 1 addition & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ export { default as Footer } from './Footer';
export { default as Toolbar } from './Toolbar';
export { default as DataHarmonizer } from './DataHarmonizer';
export { default as AppContext } from './AppContext';
export {
DATE_OBJECT,
JSON_SCHEMA_FORMAT,
INPUT_FORMAT,
} from './utils/fields';
export { DATE_OBJECT, JSON_SCHEMA_FORMAT, INPUT_FORMAT } from './utils/fields';
5 changes: 1 addition & 4 deletions lib/utils/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import jqueryI18next from 'jquery-i18next';

import { flattenObject } from './objects';
import label_translations_file from '../../web/translations/translations.json';
import {
MULTIVALUED_DELIMITER,
formatMultivaluedValue,
} from './fields';
import { MULTIVALUED_DELIMITER, formatMultivaluedValue } from './fields';
import { renderContent } from './content';

export const interface_translation = transformStructFirstSpec(
Expand Down
5 changes: 1 addition & 4 deletions lib/utils/validation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
formatMultivaluedValue,
parseMultivaluedValue,
} from './fields';
import { formatMultivaluedValue, parseMultivaluedValue } from './fields';

/**
* Test cellVal against "DataHarmonizer provenance: vX.Y.Z" pattern and if it
Expand Down

0 comments on commit 6a931d0

Please sign in to comment.