refactor(removed unused var/import)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-11-02 13:51:53 +01:00
parent cbf7029c8c
commit 84d260d914
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ import { translate } from '../utils/translation'
import { useChild } from './childContext.component'
import { ContactMenu } from './contactMenu.component'
// interface ClassmatesProps {
// setSelected: (value?: number | null) => void;
// }
export const Classmates = () => {
const child = useChild()