mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 03:52:59 +00:00
These are all the files from the Tabler react repos, made to work with laravel and webpack.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/* @flow */
|
||||
|
||||
import formatTreeNode from './formatTreeNode';
|
||||
import type { Options } from './../options';
|
||||
import type { TreeNode } from './../tree';
|
||||
|
||||
export default (node: TreeNode, options: Options): string =>
|
||||
formatTreeNode(node, false, 0, options);
|
Reference in New Issue
Block a user