mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
Enabled recommended-requiring-type-checking as result type fixes provided (#632)
* Enabled recommended-requiring-type-checking * from .cjs to .js * check * check * check * check * A lot of types aligned and refactored * More strict types * Improvement * Improvements * Improvements * Fixed routs * Fixed import types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Meta } from "@storybook/react-vite";
|
||||
import type { Meta } from "@storybook/react-vite";
|
||||
import { action } from "storybook/actions";
|
||||
import DropDown from "./DropDown";
|
||||
import { BsSlack, BsGithub } from "react-icons/bs";
|
||||
@@ -10,7 +10,7 @@ const meta = {
|
||||
*/
|
||||
title: "DropDown",
|
||||
component: DropDown,
|
||||
} as Meta<typeof DropDown>;
|
||||
} as unknown as Meta<typeof DropDown>;
|
||||
|
||||
export default meta;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user