Skip to content

Commit

Permalink
style: apply pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Nov 10, 2024
1 parent 0320205 commit 4b7dff1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import {
} from '@mui/material';
import { left, right } from 'fp-ts/lib/Either';
import { useState } from 'react';
import Markdown from 'react-markdown';
import remarkGfm from 'remark-gfm';
import { errorResponseSchema } from '@/app/api/_schemas/ResponseSchemas';
import { formatString } from '@/generic/DateFormatter';
import type { ErrorResponse } from '@/app/api/_schemas/ResponseSchemas';
import type { Either } from 'fp-ts/lib/Either';
import Markdown from 'react-markdown';
import remarkGfm from 'remark-gfm';

type Message = {
id: string;
Expand Down

0 comments on commit 4b7dff1

Please sign in to comment.