refactor: remove user
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Frappet 2025-07-11 09:19:49 +07:00
parent 04765a656a
commit db7f96fc02

View file

@ -5,7 +5,7 @@ import { getRole } from 'src/services/keycloak';
import { createSelect, SelectProps } from './select';
import SelectInput from '../SelectInput.vue';
import { User as BusinessType } from 'src/stores/business-type/types';
import { BusinessType } from 'src/stores/business-type/types';
import useStore from 'src/stores/business-type';