Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
d-klotz committed Aug 8, 2024
1 parent 0dd50d5 commit 7577290
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "./index.css";

import { Button } from "./components/button.jsx";
import { Button } from "./components/Button.jsx";
import { Input } from "./components/input.jsx";
import { LoadingSpinner } from "./components/LoadingSpinner.jsx";
import {
Expand Down
1 change: 0 additions & 1 deletion packages/ui/lib/integration/IntegrationHorizontal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { LoadingSpinner } from "../components/LoadingSpinner";
* @constructor
*/
function IntegrationHorizontal(props) {
console.log(">>> props", props);
const { name, description, icon } = props.data.display;
const { type, status: initialStatus, id: integrationId } = props.data;
const refreshIntegrations = props.refreshIntegrations;
Expand Down

0 comments on commit 7577290

Please sign in to comment.