Skip to content

Commit

Permalink
Merge client/software imports
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 11, 2024
1 parent 7719755 commit b6304a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
import { L10nClient } from "./l10n";
import { ManagerClient } from "./manager";
import { Monitor } from "./monitor";
import { SoftwareClient } from "./software";
import { ProductClient, SoftwareClient } from "./software";
import { StorageClient } from "./storage";
import { UsersClient } from "./users";
import { ProductClient } from "./software";
import phase from "./phase";
import { QuestionsClient } from "./questions";
import { NetworkClient } from "./network";
Expand Down

0 comments on commit b6304a4

Please sign in to comment.