Remove extensions from import paths
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { Select } from "../../Atoms/Select/Select.tsx";
|
||||
import { Select } from "../../Atoms/Select/Select";
|
||||
|
||||
import { ImpactOptions } from "./ImpactOptions.tsx";
|
||||
import { ImpactOptions } from "./ImpactOptions";
|
||||
|
||||
export default {
|
||||
title: "Molecules/Select/ImpactSelect",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
|
||||
import { Select } from "../../Atoms/Select/Select.tsx";
|
||||
import { Select } from "../../Atoms/Select/Select";
|
||||
|
||||
import { SentitivityOptions } from "./SentitivityOptions.tsx";
|
||||
import { SentitivityOptions } from "./SentitivityOptions";
|
||||
|
||||
export default {
|
||||
title: "Molecules/Select/SentitivitySelect",
|
||||
|
||||
Reference in New Issue
Block a user