Skip to content

Commit

Permalink
added empty questions.ts file (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Li <[email protected]>
  • Loading branch information
harryli0088 and Harry Li authored Dec 13, 2024
1 parent f015768 commit 80d1593
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 80d1593

Please sign in to comment.