about summary refs log tree commit diff
path: root/src/state/models/shell.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-04 17:39:54 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-11-04 17:39:54 -0500
commitf333a90fab79d582bbb7f9114f0b005fdb1cae8b (patch)
tree631755be2dd6976e9d0efd90f33751c52a09ef37 /src/state/models/shell.ts
parent8ae6e67eea8890f639dbaa9423e99cad5e28502f (diff)
downloadvoidsky-f333a90fab79d582bbb7f9114f0b005fdb1cae8b.tar.zst
Update to the latest APIs
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