fix: resolve correct component import path
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
export function BaseButton({ onClick, children, style }) {
|
||||
const defaultStyle = {
|
||||
padding: '10px 20px',
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import { BaseButton } from './components/BaseButton.jsx';
|
||||
|
||||
export { BaseButton };
|
||||
Reference in New Issue
Block a user