Add eslint-plugin-import

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 19:57:10 +04:00
parent 0e4ac296cb
commit aa5696b5d3
400 changed files with 1414 additions and 892 deletions

View File

@@ -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,

View File

@@ -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();

View File

@@ -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,

View File

@@ -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();