Skip to content

Commit

Permalink
cleanup from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
teallarson committed Sep 30, 2022
1 parent 0c48c06 commit d7953ab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import { ConnectionForm } from "views/Connection/ConnectionForm";

import { DestinationRead, SourceRead } from "../../core/request/AirbyteClient";
import { useDiscoverSchema } from "../../hooks/services/useSourceHook";
import TryAfterErrorBlock from "./components/TryAfterErrorBlock";
import styles from "./CreateConnection.module.scss";
import TryAfterErrorBlock from "./TryAfterErrorBlock";

interface CreateConnectionProps {
source: SourceRead;
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "../../../../../scss/variables";
@use "../../../../scss/variables";

.tryArrow {
margin: 0 variables.$spacing-md -1px 0;
Expand Down

0 comments on commit d7953ab

Please sign in to comment.