{"version":3,"sources":["webpack:///./src/views/provisioning/authentication/Error404.vue?297c","webpack:///./src/views/provisioning/authentication/Error404.vue","webpack:///./src/views/provisioning/authentication/Error404.vue?2e91"],"names":["_hoisted_1","class","_hoisted_2","src","alt","_hoisted_3","style","render","_ctx","_cache","$props","$setup","$data","$options","_component_router_link","to","default","_","name","components","setup","store","dispatch","ADD_BODY_CLASSNAME","REMOVE_BODY_CLASSNAME","__exports__"],"mappings":"yIAEMA,EAAa,CAAEC,MAAO,yDACtBC,EAA0B,gCAAoB,MAAO,CACzDC,IAAK,uCACLC,IAAK,GACLH,MAAO,2BACN,MAAO,GACJI,EAA0B,gCAAoB,KAAM,CACxDJ,MAAO,gBACPK,MAAO,CAAC,MAAQ,YACf,iCAAkC,GAE9B,SAASC,EAAOC,EAAUC,EAAYC,EAAYC,EAAYC,EAAWC,GAC9E,IAAMC,EAAyB,8BAAkB,eAEjD,OAAQ,yBAAc,gCAAoB,MAAOd,EAAY,CAC3DE,EACAG,EACA,yBAAaS,EAAwB,CACnCC,GAAI,aACJd,MAAO,mBACN,CACDe,QAAS,sBAAS,WAAM,OACtB,6BAAiB,mBAEnBC,EAAG,M,4BCrBM,+BAAgB,CAC7BC,KAAM,YACNC,WAAY,GACZC,MAAK,WACH,IAAMC,EAAQ,iBAEd,wBAAU,WACRA,EAAMC,SAAS,OAAQC,mBAAoB,cAG7C,0BAAY,WACVF,EAAMC,SAAS,OAAQE,sBAAuB,iB,qBCXpD,MAAMC,EAA2B,IAAgB,EAAQ,CAAC,CAAC,SAASlB,KAErD","file":"js/chunk-2d0a4247.6cdbd2bd.js","sourcesContent":["import { createElementVNode as _createElementVNode, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = { class: \"d-flex flex-column flex-center flex-column-fluid p-10\" }\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"img\", {\n src: \"media/illustrations/sketchy-1/18.png\",\n alt: \"\",\n class: \"mw-100 mb-10 h-lg-450px\"\n}, null, -1)\nconst _hoisted_3 = /*#__PURE__*/_createElementVNode(\"h1\", {\n class: \"fw-bold mb-10\",\n style: {\"color\":\"#a3a3c7\"}\n}, \" Seems there is nothing here \", -1)\n\nexport function render(_ctx: any,_cache: any,$props: any,$setup: any,$data: any,$options: any) {\n const _component_router_link = _resolveComponent(\"router-link\")!\n\n return (_openBlock(), _createElementBlock(\"div\", _hoisted_1, [\n _hoisted_2,\n _hoisted_3,\n _createVNode(_component_router_link, {\n to: \"/dashboard\",\n class: \"btn btn-primary\"\n }, {\n default: _withCtx(() => [\n _createTextVNode(\"Return Home\")\n ]),\n _: 1\n })\n ]))\n}","\r\nimport { defineComponent, onMounted, onUnmounted } from \"vue\";\r\nimport { useStore } from \"vuex\";\r\nimport { Actions } from \"@/store/enums/StoreEnums\";\r\n\r\nexport default defineComponent({\r\n name: \"error-404\",\r\n components: {},\r\n setup() {\r\n const store = useStore();\r\n\r\n onMounted(() => {\r\n store.dispatch(Actions.ADD_BODY_CLASSNAME, \"bg-body\");\r\n });\r\n\r\n onUnmounted(() => {\r\n store.dispatch(Actions.REMOVE_BODY_CLASSNAME, \"bg-body\");\r\n });\r\n },\r\n});\r\n","import { render } from \"./Error404.vue?vue&type=template&id=1322cff7&ts=true\"\nimport script from \"./Error404.vue?vue&type=script&lang=ts\"\nexport * from \"./Error404.vue?vue&type=script&lang=ts\"\n\nimport exportComponent from \"C:\\\\Smartends\\\\bb-admin-panel-frontend\\\\node_modules\\\\@vue\\\\cli-service\\\\node_modules\\\\vue-loader-v16\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__"],"sourceRoot":""}