Rename Button ui component files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { fn } from 'storybook/test';
|
||||
|
||||
import Button from '../components/ui/button/button.tsx';
|
||||
import Button from '../components/ui/Button/button.tsx';
|
||||
|
||||
|
||||
export default {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import Modal from "../components/ui/modal/modal.tsx";
|
||||
import Button from "../components/ui/button/button.tsx";
|
||||
import Button from "../components/ui/Button/button.tsx";
|
||||
import { useState } from "react";
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user