fix components

This commit is contained in:
lvuch 2020-12-07 13:24:06 -07:00
parent 09db583485
commit ee65b1010d
1 changed files with 1 additions and 13 deletions

View File

@ -1,18 +1,6 @@
<script>
import LabeledInput from '@/components/form/LabeledInput';
import LabeledSelect from '@/components/form/LabeledSelect';
import TextAreaAutoGrow from '@/components/form/TextAreaAutoGrow';
import UnitInput from '@/components/form/UnitInput';
import Select from '@/components/form/Select';
import SecretSelector from '@/components/form/SecretSelector';
import InputWithSelect from '@/components/form/InputWithSelect';
export default {
layout: 'unauthenticated',
components: {
LabeledInput, LabeledSelect, TextAreaAutoGrow, UnitInput, Select, SecretSelector, InputWithSelect
},
};
export default { layout: 'unauthenticated' };
</script>
<template>