Skip to content

Commit

Permalink
fix: Broken interface imports within LaunchContext
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Dec 5, 2024
1 parent e9bbb50 commit 3e9f24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/LaunchContext.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LaunchParameters } from "interfaces/LaunchParameters";
import { LaunchData } from "interfaces/LaunchData";
import { LaunchParameters } from "./LaunchParameters";
import { LaunchData } from "./LaunchData";

export interface LaunchContext {
initializedDate: Date;
Expand Down

0 comments on commit 3e9f24e

Please sign in to comment.