Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenReuven committed Aug 25, 2024
1 parent bc34bdd commit 974a63b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/falso/src/lib/i18n/he/accessory.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FakeOptions, fake } from './core/core';
import { data } from './accessory.json';
import { FakeOptions, fake } from '../../core/core';
import { data } from './accessory.i18n.json';

/**
* Generate a random accessory.
Expand Down
1 change: 1 addition & 0 deletions packages/falso/src/lib/i18n/he/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { randBird } from './bird';
export { randAccessory } from './accessory';

0 comments on commit 974a63b

Please sign in to comment.