Skip to content

Commit

Permalink
fix: moving model file to frontend package
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Jan 22, 2024
1 parent e11da66 commit 4dd764f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/frontend/src/utils/client.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { StudioAPI } from '@shared/src/StudioAPI';
import { RpcBrowser } from '@shared/src/messages/MessageProxy';
import type { RouterState } from '@shared/src/models/IRouterState';
import type { RouterState } from '/@/models/IRouterState';

export const RECENT_CATEGORY_ID = 'recent-category';
const podmanDesktopApi = acquirePodmanDesktopApi();
Expand Down

0 comments on commit 4dd764f

Please sign in to comment.