Checkbox story
This commit is contained in:
parent
a5ae4238ef
commit
b2e0a74a5f
@ -17,6 +17,7 @@ import { store } from "store/store";
|
||||
import routes from "routes";
|
||||
import RoutesRenderer from "components/RoutesRenderer";
|
||||
import NotificationsField from "ui/views/NotificationsField";
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* Application root component */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Checkbox from "../components/Checkbox";
|
||||
import Checkbox from "./Checkbox";
|
||||
import { Meta, Story, ComponentStory, ComponentMeta } from "@storybook/react";
|
||||
import React, { useState } from "react";
|
||||
import { ReactComponent as Checkmark } from "assets/svg/check.svg";
|
Loading…
x
Reference in New Issue
Block a user