From d99b5d3014898f8de3101d51e3d41ce59e3a4f7a Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Mon, 13 Dec 2021 19:13:16 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20Refactor=20gen?= =?UTF-8?q?erale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/laravel-idea-personal.xml | 5 +++++ resources/js/Views/AdminSetupPage.jsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.idea/laravel-idea-personal.xml b/.idea/laravel-idea-personal.xml index ce2ca99a8..ac2d90cd5 100644 --- a/.idea/laravel-idea-personal.xml +++ b/.idea/laravel-idea-personal.xml @@ -1,6 +1,11 @@ + diff --git a/resources/js/Views/AdminSetupPage.jsx b/resources/js/Views/AdminSetupPage.jsx index ad213286b..c245879a2 100644 --- a/resources/js/Views/AdminSetupPage.jsx +++ b/resources/js/Views/AdminSetupPage.jsx @@ -2,6 +2,7 @@ import '@maicol07/mwc-card'; import '../WebComponents/TextField'; import {Inertia} from '@inertiajs/inertia'; +import type {TextField} from '@material/mwc-textfield'; import type {Cash} from 'cash-dom'; import redaxios from 'redaxios'; @@ -16,7 +17,6 @@ import { isFormValid, showSnackbar } from '../utils'; -import type {TextField} from '@material/mwc-textfield'; export default class AdminSetupPage extends Page { loading: Cash;