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:
13
resources/js/pages/ForgotPasswordPage.react.js
vendored
Normal file
13
resources/js/pages/ForgotPasswordPage.react.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// @flow
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
import { ForgotPasswordPage as TablerForgotPasswordPage } from "tabler-react";
|
||||
|
||||
type Props = {||};
|
||||
|
||||
function ForgotPasswordPage(props: Props): React.Node {
|
||||
return <TablerForgotPasswordPage />;
|
||||
}
|
||||
|
||||
export default ForgotPasswordPage;
|
Reference in New Issue
Block a user