Start organizational migration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import Checkbox from "../app/components/Checkbox";
|
||||
import Checkbox from "../app/components/controls/Checkbox";
|
||||
import { within, userEvent } from "@storybook/test";
|
||||
import { expect } from "@storybook/test";
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import RadioButton from "../app/components/RadioButton";
|
||||
import RadioButton from "../app/components/controls/RadioButton";
|
||||
|
||||
export default {
|
||||
title: "Forms/RadioButton",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import RuleCard from "../app/components/RuleCard";
|
||||
import RuleCard from "../app/components/cards/RuleCard";
|
||||
import Image from "next/image";
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user