Skip to content

Commit

Permalink
Update index.ui.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zainadr authored Nov 3, 2024
1 parent a1bbe07 commit 85b9391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/index.ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { App } from "./App";
import { convertGetItemResultToWorkloadItem } from "./utils";
import { callItemGet } from "./controller/SampleWorkloadController";
import { ItemPayload } from "./models/SampleWorkloadModel";
import { DataWithId } from './models/SampleWorkloadModel';
import { ItemTabActionContext } from './models/SampleWorkloadModel';

export async function initialize(params: InitParams) {
const workloadClient = createWorkloadClient();
Expand Down

0 comments on commit 85b9391

Please sign in to comment.