mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +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,7 @@
|
||||
import React from 'react';
|
||||
|
||||
// eslint-disable-next-line react/display-name
|
||||
export default function(props) {
|
||||
const { children } = props; // eslint-disable-line react/prop-types
|
||||
return <div>{children}</div>;
|
||||
}
|
Reference in New Issue
Block a user