Skip to content

Commit 156731c

Browse files
fix
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 15c0fc8 commit 156731c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/sections/Projects/Sistent/components/radiogroup

src/sections/Projects/Sistent/components/radiogroup/code.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { CodeBlock } from "../button/code-block";
99
import TabButton from "../../../../../reusecore/Button";
1010
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
1111

12-
import { RadioGroup, Radio, FormControlLabel } from "@layer5/sistent";
12+
import { RadioGroup, Radio, FormControlLabel } from "@sistent/sistent";
1313

1414
const codes = [
1515
`<RadioGroup value={value} onChange={handleChange}>
@@ -38,7 +38,7 @@ const codes = [
3838
const SistentRadioGroup = () => {
3939
const location = useLocation();
4040
const { isDark } = useStyledDarkMode();
41-
41+
4242
const [value, setValue] = React.useState("Layer5");
4343
const handleChange = (event) => setValue(event.target.value);
4444

0 commit comments

Comments
 (0)