We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc92870 commit c612175Copy full SHA for c612175
packages/overmind-website/examples/guide/structuringtheapp/namespaced.ts
@@ -32,7 +32,7 @@ export {
32
{
33
fileName: 'overmind/index.ts',
34
code: `
35
-import { createOvermind, TConfig } from 'overmind'
+import { createOvermind, IConfig } from 'overmind'
36
import { namespaced } from 'overmind/config'
37
import * as posts from './posts'
38
import * as admin from './admin'
0 commit comments