Skip to content

Commit

Permalink
eslint + prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Nov 27, 2024
1 parent fc08367 commit 21230ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/settings/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ Please see LICENSE in the repository root for full details.
import { ChangeEvent, FC, ReactNode, useCallback } from "react";
import { Trans, useTranslation } from "react-i18next";
import { MatrixClient } from "matrix-js-sdk/src/matrix";
import {
Root as Form,
Separator,
Text,
Tooltip,
} from "@vector-im/compound-web";
import { Root as Form, Separator, Text } from "@vector-im/compound-web";
import { BackgroundBlur } from "@livekit/track-processors";
import { logger } from "matrix-js-sdk/src/logger";

Expand Down

0 comments on commit 21230ee

Please sign in to comment.