From 9d5768b7ecaf042e4bbc1301c49890d887cb82dd Mon Sep 17 00:00:00 2001 From: Valentin Prokopchuk Date: Wed, 7 Aug 2024 18:11:21 +0500 Subject: [PATCH] Update index.md --- apps/website/docs/factories/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/factories/index.md b/apps/website/docs/factories/index.md index 27721d4..1581884 100644 --- a/apps/website/docs/factories/index.md +++ b/apps/website/docs/factories/index.md @@ -63,7 +63,7 @@ That's it! Now you can use `@withease/factories` to create and invoke factories To create a factory you need to call `createFactory` with a factory creator callback: -```js +```ts import { createStore, createEvent, sample } from 'effector'; import { createFactory } from '@withease/factories';