1 line
1.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"import React from'react';import{Box,Typography}from'@mui/material';import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";const CMDashboard=()=>{return/*#__PURE__*/_jsxs(Box,{children:[/*#__PURE__*/_jsx(Typography,{variant:\"h4\",gutterBottom:true,children:\"Configuration Management Dashboard\"}),/*#__PURE__*/_jsx(Typography,{variant:\"subtitle1\",color:\"text.secondary\",children:\"Track IT assets and their relationships\"})]});};export default CMDashboard;","map":{"version":3,"names":["React","Box","Typography","jsx","_jsx","jsxs","_jsxs","CMDashboard","children","variant","gutterBottom","color"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/src/pages/CMDB/CMDashboard.tsx"],"sourcesContent":["import React from 'react';\nimport { Box, Typography } from '@mui/material';\n\nconst CMDashboard: React.FC = () => {\n return (\n <Box>\n <Typography variant=\"h4\" gutterBottom>\n Configuration Management Dashboard\n </Typography>\n <Typography variant=\"subtitle1\" color=\"text.secondary\">\n Track IT assets and their relationships\n </Typography>\n </Box>\n );\n}\n\nexport default CMDashboard;\n"],"mappings":"AAAA,MAAO,CAAAA,KAAK,KAAM,OAAO,CACzB,OAASC,GAAG,CAAEC,UAAU,KAAQ,eAAe,CAAC,OAAAC,GAAA,IAAAC,IAAA,CAAAC,IAAA,IAAAC,KAAA,yBAEhD,KAAM,CAAAC,WAAqB,CAAGA,CAAA,GAAM,CAClC,mBACED,KAAA,CAACL,GAAG,EAAAO,QAAA,eACFJ,IAAA,CAACF,UAAU,EAACO,OAAO,CAAC,IAAI,CAACC,YAAY,MAAAF,QAAA,CAAC,oCAEtC,CAAY,CAAC,cACbJ,IAAA,CAACF,UAAU,EAACO,OAAO,CAAC,WAAW,CAACE,KAAK,CAAC,gBAAgB,CAAAH,QAAA,CAAC,yCAEvD,CAAY,CAAC,EACV,CAAC,CAEV,CAAC,CAED,cAAe,CAAAD,WAAW","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |