Add placeholder components to be worked on
This commit is contained in:
9
web/components/ExternalActionButton.tsx
Normal file
9
web/components/ExternalActionButton.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ExternalAction } from '../interfaces/external-action.interface';
|
||||
|
||||
interface Props {
|
||||
action: ExternalAction;
|
||||
}
|
||||
|
||||
export default function ExternalActionButton(props: Props) {
|
||||
return <div>External action button component goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user