Skip to content

Commit

Permalink
remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Feb 8, 2024
1 parent d2ed9c5 commit 09c8b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Chat/Sidebar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import React, { useContext, useEffect } from 'react'
import React, { useContext } from 'react'

import {
Input,
Expand Down

0 comments on commit 09c8b4a

Please sign in to comment.