Added Estimate Modal and solved some merge conflicts.
This commit is contained in:
parent
942e9beeab
commit
88171caee6
6 changed files with 389 additions and 47 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<script setup>
|
||||
import { IconoirProvider } from "@iconoir/vue";
|
||||
import SideBar from "./components/SideBar.vue";
|
||||
import CreateClientModal from "./components/modals/CreatClientModal.vue";
|
||||
import CreateClientModal from "./components/modals/CreateClientModal.vue";
|
||||
import CreateEstimateModal from "./components/modals/CreateEstimateModal.vue";
|
||||
import GlobalLoadingOverlay from "./components/common/GlobalLoadingOverlay.vue";
|
||||
import ScrollPanel from "primevue/scrollpanel";
|
||||
</script>
|
||||
|
|
@ -26,6 +27,7 @@ import ScrollPanel from "primevue/scrollpanel";
|
|||
|
||||
<!-- Global Modals -->
|
||||
<CreateClientModal />
|
||||
<CreateEstimateModal />
|
||||
|
||||
<!-- Global Loading Overlay -->
|
||||
<GlobalLoadingOverlay />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue