Skip to content

Commit

Permalink
move import questions to its own page
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed Aug 30, 2023
1 parent edb1191 commit 37434e1
Show file tree
Hide file tree
Showing 6 changed files with 714 additions and 531 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The full terms of this copyright and license should always be found in the root
*/
import React from "react";
import { Card, CardContent, Typography } from "@mui/material";
import { IgnoredImportedQuestion } from "../questions-list";
import { IgnoredImportedQuestion } from "pages/author/subject/importquestions";

export function IgnoredQuestionItem(props: {
classes: Record<string, string>;
Expand Down
Loading

0 comments on commit 37434e1

Please sign in to comment.