Merge pull request #28387 from element-hq/t3chguy/knip2

This commit is contained in:
Michael Telatynski 2024-11-12 09:01:24 +00:00 committed by GitHub
commit 6bc8080ec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 353 additions and 538 deletions

View file

@ -21,7 +21,7 @@ import { SpacePreferenceTab } from "../../../dispatcher/payloads/OpenSpacePrefer
import { NonEmptyArray } from "../../../@types/common";
import SettingsTab from "../settings/tabs/SettingsTab";
import { SettingsSection } from "../settings/shared/SettingsSection";
import SettingsSubsection, { SettingsSubsectionText } from "../settings/shared/SettingsSubsection";
import { SettingsSubsection, SettingsSubsectionText } from "../settings/shared/SettingsSubsection";
interface IProps {
space: Room;