Skip to content

Commit

Permalink
style: apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Jan 29, 2024
1 parent d8108db commit 3b9d3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { forwardRef, useState } from "react";
import { useRouter } from "next/router";
import { Autocomplete, AutocompleteOption, Typography } from "@mui/joy";
import type { QuestionBankName } from "@chair-flight/base/types";
import { trpc } from "@chair-flight/trpc/client";
import type { QuestionBankName } from "@chair-flight/base/types";

export type InputAutocompleteLearningObjectivesProps = {
value: string[];
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"schedule": "*/10 * * * *"
},
{
"path": " /modules/type/questions/59o75g",
"path": "/modules/type/questions/59o75g",
"schedule": "*/10 * * * *"
},
{
Expand Down

0 comments on commit 3b9d3bc

Please sign in to comment.