Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Sep 23, 2023
1 parent b4270c2 commit d593a3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/containers/thread/ThreadSidebar/ClassicLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
*
*/

import { FC, Fragment, useEffect, useState } from 'react'
import { FC, Fragment } from 'react'
import { observer } from 'mobx-react'

import type { TThread, TCommunity } from '@/spec'

import useAvatarLayout from '@/hooks/useAvatarLayout'
import EVENT from '@/constant/event'
import { ARTICLE_CAT } from '@/constant/gtd'
Expand Down

0 comments on commit d593a3a

Please sign in to comment.