Skip to content

Commit d1f7529

Browse files
authored
Update forms.rangeSlider.tsx (#1174)
I removed the unused imported components and added `RangeSlider` to the imports.
1 parent bdd7cdf commit d1f7529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/forms/forms.rangeSlider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Label, RangeSlider } from '~/src';
44
const code = `
55
'use client';
66
7-
import { Button, Checkbox, Label, TextInput } from 'flowbite-react';
7+
import { Label, RangeSlider } from 'flowbite-react';
88
99
function Component() {
1010
return (
@@ -45,7 +45,7 @@ function Component() {
4545
`;
4646

4747
const codeRSC = `
48-
import { Button, Checkbox, Label, TextInput } from 'flowbite-react';
48+
import { Label, RangeSlider } from 'flowbite-react';
4949
5050
function Component() {
5151
return (

0 commit comments

Comments
 (0)