@@ -1,7 +1,9 @@
|
||||
import { ImpactOptions } from "./ImpactOptions.tsx";
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { Select } from "../../Atoms/Select/Select.tsx";
|
||||
|
||||
import { ImpactOptions } from "./ImpactOptions.tsx";
|
||||
|
||||
export default {
|
||||
title: "Molecules/Select/ImpactSelect",
|
||||
component: ImpactOptions,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { Option } from "../../Atoms/Select/Select";
|
||||
import { useTranslate } from "@probo/i18n";
|
||||
|
||||
import { Option } from "../../Atoms/Select/Select";
|
||||
|
||||
export function ImpactOptions() {
|
||||
const { __ } = useTranslate();
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
import { SentitivityOptions } from "./SentitivityOptions.tsx";
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { Select } from "../../Atoms/Select/Select.tsx";
|
||||
|
||||
import { SentitivityOptions } from "./SentitivityOptions.tsx";
|
||||
|
||||
export default {
|
||||
title: "Molecules/Select/SentitivitySelect",
|
||||
component: SentitivityOptions,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { Option } from "../../Atoms/Select/Select";
|
||||
import { useTranslate } from "@probo/i18n";
|
||||
|
||||
import { Option } from "../../Atoms/Select/Select";
|
||||
|
||||
export function SentitivityOptions() {
|
||||
const { __ } = useTranslate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user