Skip to content

Commit 7a89a53

Browse files
committed
PEER-248: Move files
1 parent 3158f46 commit 7a89a53

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

frontend/src/assets/dummyData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Question } from '@/routes/question/logic';
1+
import { Question } from '@/routes/questions/logic';
22

33
export const dummyData: Question[] = [
44
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

frontend/src/types/question-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Question } from '../routes/question/logic';
1+
import { Question } from '../routes/questions/logic';
22

33
export type IGetQuestionsResponse = {
44
questions: Array<Question>;

0 commit comments

Comments
 (0)