Skip to content

Commit

Permalink
added empty questions.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Li committed Dec 13, 2024
1 parent f015768 commit b36f9bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/evaluations/mintaka-wikidata/questions.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) 2024 Massachusetts Institute of Technology
// SPDX-License-Identifier: MIT

import { MintakaQuestionType } from "./mintakaEvaluation";

export const QUESTIONS:MintakaQuestionType[] = []

0 comments on commit b36f9bb

Please sign in to comment.