mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
refactor: ♻️ Refactor generale
This commit is contained in:
parent
9e7f3371b5
commit
d99b5d3014
5
.idea/laravel-idea-personal.xml
generated
5
.idea/laravel-idea-personal.xml
generated
@ -1,6 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="LaravelIdeaPersonalSettings">
|
<component name="LaravelIdeaPersonalSettings">
|
||||||
|
<option name="helperCode">
|
||||||
|
<LaravelHelperCodeSettings>
|
||||||
|
<option name="modelsDatabaseMetaSource" value="migrations" />
|
||||||
|
</LaravelHelperCodeSettings>
|
||||||
|
</option>
|
||||||
<option name="lastContentRoot" value="$PROJECT_DIR$" />
|
<option name="lastContentRoot" value="$PROJECT_DIR$" />
|
||||||
<option name="markHelperCodeDirectoryAsNotExcluded" value="false" />
|
<option name="markHelperCodeDirectoryAsNotExcluded" value="false" />
|
||||||
</component>
|
</component>
|
||||||
|
@ -2,6 +2,7 @@ import '@maicol07/mwc-card';
|
|||||||
import '../WebComponents/TextField';
|
import '../WebComponents/TextField';
|
||||||
|
|
||||||
import {Inertia} from '@inertiajs/inertia';
|
import {Inertia} from '@inertiajs/inertia';
|
||||||
|
import type {TextField} from '@material/mwc-textfield';
|
||||||
import type {Cash} from 'cash-dom';
|
import type {Cash} from 'cash-dom';
|
||||||
import redaxios from 'redaxios';
|
import redaxios from 'redaxios';
|
||||||
|
|
||||||
@ -16,7 +17,6 @@ import {
|
|||||||
isFormValid,
|
isFormValid,
|
||||||
showSnackbar
|
showSnackbar
|
||||||
} from '../utils';
|
} from '../utils';
|
||||||
import type {TextField} from '@material/mwc-textfield';
|
|
||||||
|
|
||||||
export default class AdminSetupPage extends Page {
|
export default class AdminSetupPage extends Page {
|
||||||
loading: Cash;
|
loading: Cash;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user