about summary refs log tree commit diff
path: root/src/state/models/shell.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/shell.ts')
-rw-r--r--src/state/models/shell.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/shell.ts b/src/state/models/shell.ts
index 33b8eef36..bef6ef765 100644
--- a/src/state/models/shell.ts
+++ b/src/state/models/shell.ts
@@ -1,6 +1,6 @@
 import {makeAutoObservable} from 'mobx'
 import {ProfileViewModel} from './profile-view'
-import * as Post from '../../third-party/api/src/types/app/bsky/post'
+import * as Post from '../../third-party/api/src/client/types/app/bsky/feed/post'
 
 export interface LinkActionsModelOpts {
   newTab?: boolean