diff options
| author | 2022-02-12 15:42:41 +0100 | |
|---|---|---|
| committer | 2022-02-12 15:42:41 +0100 | |
| commit | de35f4506ab9847baa28a95566cb90e77dccb19f (patch) | |
| tree | b656c9e233da6679dfd2f24110388e1c4860affe /src/components/Icons/Sliders.tsx | |
| parent | d483a24804ba609fcfd67027c3d1a66e4173be5e (diff) | |
| download | client-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.gz client-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.bz2 client-de35f4506ab9847baa28a95566cb90e77dccb19f.zip | |
Fixed all importsv1.3.2
Diffstat (limited to 'src/components/Icons/Sliders.tsx')
| -rw-r--r-- | src/components/Icons/Sliders.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Icons/Sliders.tsx b/src/components/Icons/Sliders.tsx index 36c632f..66d6fac 100644 --- a/src/components/Icons/Sliders.tsx +++ b/src/components/Icons/Sliders.tsx | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import * as React from "react"; | 1 | import * as React from "react"; |
| 2 | 2 | ||
| 3 | export function Sliders() { | 3 | export default function Sliders() { |
| 4 | return ( | 4 | return ( |
| 5 | <svg | 5 | <svg |
| 6 | xmlns="http://www.w3.org/2000/svg" | 6 | xmlns="http://www.w3.org/2000/svg" |
