Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 16, 2024
1 parent fcf3180 commit d3942a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/quest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { QuestionAnswer } from "../app/questions/interfaces";
import { QuestionAnswer } from "../utils/state/state.interfaces";
import fs from "fs";
import { getReadableId } from "../utils/state";

Expand Down
2 changes: 1 addition & 1 deletion src/utils/state/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { AppJob, BEState } from "./state.interfaces";
import { Question, QuestionAnswer } from "../../app/questions/interfaces";
import { Question, QuestionAnswer } from "./state.interfaces";
import { compact, isEmpty, uniqBy } from "lodash";

import fs from "fs";
Expand Down

0 comments on commit d3942a6

Please sign in to comment.