mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
feat(webapp): bank rules
This commit is contained in:
@@ -3,7 +3,15 @@ import React from 'react';
|
||||
import clsx from 'classnames';
|
||||
import { Navbar } from '@blueprintjs/core';
|
||||
|
||||
export function DashboardActionsBar({ className, children, name }) {
|
||||
interface DashboardActionsBarProps {
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
export function DashboardActionsBar({
|
||||
className,
|
||||
children,
|
||||
name,
|
||||
}: DashboardActionsBarProps) {
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
|
||||
Reference in New Issue
Block a user