import React from 'react'; export interface ActionBarProps { } export const ActionBar: React.FC = () => { return ( <> ) }