Remove unused slider component (#12303)

It is unused as of https://github.com/matrix-org/matrix-react-sdk/pull/12246. I noticed this while working on https://github.com/matrix-org/matrix-react-sdk/pull/12299.
This commit is contained in:
Robin 2024-03-06 21:52:20 -06:00 committed by GitHub
parent 26176116bf
commit 60f3c2eae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 0 additions and 233 deletions

View file

@ -209,7 +209,6 @@
@import "./views/elements/_SearchWarning.pcss";
@import "./views/elements/_ServerPicker.pcss";
@import "./views/elements/_SettingsFlag.pcss";
@import "./views/elements/_Slider.pcss";
@import "./views/elements/_Spinner.pcss";
@import "./views/elements/_StyledCheckbox.pcss";
@import "./views/elements/_StyledRadioButton.pcss";