Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed Nov 4, 2023
1 parent d339175 commit a4178e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion houston/src/pages/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "./Layout.css";
import duck from "../assets/duck.png"

import {getIconFromStatus, } from "../utilities/ConnectionHelpers"
import {ConnectionStatus, } from "./Connection"
import {ConnectionStatus, } from "../utilities/temp"


/**
Expand Down

0 comments on commit a4178e4

Please sign in to comment.