Skip to content

Commit

Permalink
build fixes v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakhar-commits committed Oct 31, 2023
1 parent 6cb694b commit 3804443
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 234 deletions.
231 changes: 0 additions & 231 deletions db.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/SessionCreator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import StudentDetails from "@/components/Steps/StudentDetails";
import { TestDetails } from "@/components/Steps/TestDetails";
import Timeline from "@/components/Steps/Timeline";
import { RowType } from "@/types/types";
import { postFormData } from "@/utils/FormInputHandling";
import { useRouter } from "next/router";
import { postFormData } from "../utils/FormInputHandling";

import { useRouter } from "next/router";
import { useState } from "react";

export enum Step {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DataDisplay from "@/components/displayTable/DataDisplay";
import { getData } from "@/utils/FormInputHandling";
import { getData } from "../utils/FormInputHandling";
import Head from "next/head";
import { useRouter } from "next/router";

Expand Down

0 comments on commit 3804443

Please sign in to comment.