mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 20:10:57 +00:00
These are all the files from the Tabler react repos, made to work with laravel and webpack.
This commit is contained in:
11
resources/js/pages/Empty.react.js
vendored
Normal file
11
resources/js/pages/Empty.react.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// @flow
|
||||
|
||||
import React from "react";
|
||||
|
||||
import SiteWrapper from "../SiteWrapper.react";
|
||||
|
||||
function Empty() {
|
||||
return <SiteWrapper> </SiteWrapper>;
|
||||
}
|
||||
|
||||
export default Empty;
|
Reference in New Issue
Block a user