Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Sep 29, 2023
1 parent 6b9608f commit 1102199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/assistant/[cId]/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { GetServerSideProps, InferGetServerSidePropsType } from "next";
import { useRouter } from "next/router";
import { mutate } from "swr";
import { useState } from "react";
import { mutate } from "swr";

import Conversation from "@app/components/assistant/conversation/Conversation";
import { ConversationTitle } from "@app/components/assistant/conversation/ConversationTitle";
Expand Down

0 comments on commit 1102199

Please sign in to comment.