Skip to content

Commit

Permalink
fix: added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Sep 27, 2022
1 parent 095b49c commit 6f336ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/packages/manager/src/Manager.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import TabLayout from '@splunk/react-ui/TabLayout';
import ProfilesPage from "./pages/ProfilesPage";
import InventoryPage from "./pages/InventoryPage"
import GroupsPage from "./pages/GroupsPage"
import InventoryPage from "./pages/InventoryPage";
import GroupsPage from "./pages/GroupsPage";
import { ProfileContxtProvider } from "./store/profile-contxt";
import { InventoryContextProvider } from "./store/inventory-contxt";
import { GroupContextProvider } from "./store/group-contxt";
Expand Down

0 comments on commit 6f336ba

Please sign in to comment.