Skip to content

Commit

Permalink
feat(components): updated the name for the color-picker-input
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-broadlume committed Jun 26, 2024
1 parent 6691929 commit af9b2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { useState } from "react";
import { Meta, StoryObj } from "@storybook/react";

import { ColorPickerInput } from "./color-picker";
import { ColorPickerInput } from "./color-picker-input";

const meta: Meta = {
component: ColorPickerInput,
title: 'Components/ColorPicker',
title: 'Components/ColorPickerInput',
};

export default meta;
Expand Down

0 comments on commit af9b2c4

Please sign in to comment.