Skip to content

Commit

Permalink
🚚 [open-formulieren/open-forms#4636] Moved styling import to library …
Browse files Browse the repository at this point in the history
…index
  • Loading branch information
robinmolen committed Oct 8, 2024
1 parent 094a19a commit 22a5ab3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/builder/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {AnyComponentSchema} from '@/types/schemas';
import {Component, TextField} from '../formio';
import ComponentLabel from '../formio/component-label';
import './i18n.scss';
import './table.scss';

type ExtractTranslatableProperties<T> = T extends OFExtensions<infer TK> ? TK : never;
type StringValueProperties<S> = S extends AnyComponentSchema
Expand Down
2 changes: 2 additions & 0 deletions src/components/builder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* These components are commonly re-used in the component edit form, built using the
* formio component 'primitives'.
*/
import './table.scss';

export {default as Label} from './label';
export {default as Description} from './description';
export {default as Tooltip} from './tooltip';
Expand Down
1 change: 0 additions & 1 deletion src/components/builder/values/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {TextArea, TextField} from '@/components/formio';
import {PathsForValueType} from '@/types';

import {ComponentTranslationsContext} from '../i18n';
import '../table.scss';

export interface ValuesTranslationsProps<S> {
/**
Expand Down

0 comments on commit 22a5ab3

Please sign in to comment.