Skip to content

Commit

Permalink
fix: Add file extensions for new files post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jan 7, 2025
1 parent 5c89f50 commit 3022927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FlowGraph } from "../../../../types";
import { FlowGraph } from "../../../../types/index.js";

// Copied from Lambeth on 07 Jan 2024
export const mockPublishedPlanningPermissionFlow: FlowGraph = {
Expand Down
2 changes: 1 addition & 1 deletion src/export/digitalPlanning/mocks/flows/priorApproval.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FlowGraph } from "../../../../types";
import { FlowGraph } from "../../../../types/index.js";

// Copied from Lambeth on 07 Jan 2024
export const mockPublishedPriorApprovalFlow: FlowGraph = {
Expand Down

0 comments on commit 3022927

Please sign in to comment.