Skip to content

Commit 8989e98

Browse files
Fix reference in docs
1 parent 66bc2a7 commit 8989e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/concepts/stimulus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to add a common pattern, manually register the controller under `fro
2424
If you want to add a stimulus controller from plugin code, you can do so by manually adding it to the preregister:
2525

2626
```typescript
27-
import { OpenProjectStimulusApplication } from 'core-app/stimulus/app';
27+
import { OpenProjectStimulusApplication } from 'core-stimulus/openproject-stimulus-application';
2828
import { MyTestControllerClass } from './test/foo/my-test.controller';
2929

3030

0 commit comments

Comments
 (0)