diff options
| author | Shinigami <[email protected]> | 2022-03-01 19:10:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-01 19:10:52 +0100 |
| commit | ced5f3d11630914bf489bd4906b8c114a72d587b (patch) | |
| tree | d430e9fa0c70ce1571f8d8b8216b0766c63fa16d /src/image.ts | |
| parent | 0afdf0309047a3e2da9f3c802930c026536766a9 (diff) | |
| download | faker-ced5f3d11630914bf489bd4906b8c114a72d587b.tar.xz faker-ced5f3d11630914bf489bd4906b8c114a72d587b.zip | |
chore(deps): add prettier-plugin-organize-imports (#552)
Diffstat (limited to 'src/image.ts')
| -rw-r--r-- | src/image.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.ts b/src/image.ts index 72cceb12..31f8d651 100644 --- a/src/image.ts +++ b/src/image.ts @@ -1,7 +1,7 @@ import type { Faker } from '.'; +import { LoremPicsum } from './image_providers/lorempicsum'; import { Lorempixel } from './image_providers/lorempixel'; import { Unsplash } from './image_providers/unsplash'; -import { LoremPicsum } from './image_providers/lorempicsum'; /** * Module to generate placeholder images. |
