Skip to content

Commit c612175

Browse files
authored
Fix typo: change from TConfig to IConfig
1 parent dc92870 commit c612175

File tree

1 file changed

+1
-1
lines changed
  • packages/overmind-website/examples/guide/structuringtheapp

1 file changed

+1
-1
lines changed

packages/overmind-website/examples/guide/structuringtheapp/namespaced.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export {
3232
{
3333
fileName: 'overmind/index.ts',
3434
code: `
35-
import { createOvermind, TConfig } from 'overmind'
35+
import { createOvermind, IConfig } from 'overmind'
3636
import { namespaced } from 'overmind/config'
3737
import * as posts from './posts'
3838
import * as admin from './admin'

0 commit comments

Comments
 (0)