1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"var _jsxFileName = \"/home/gnx/Desktop/ETB/ETB-FrontEnd/src/pages/Reporting/ReportingDashboard.tsx\";\nimport React from 'react';\nimport { Box, Typography } from '@mui/material';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nconst ReportingDashboard = () => {\n return /*#__PURE__*/_jsxDEV(Box, {\n children: [/*#__PURE__*/_jsxDEV(Typography, {\n variant: \"h4\",\n gutterBottom: true,\n children: \"Reporting Dashboard\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 7\n }, this), /*#__PURE__*/_jsxDEV(Typography, {\n variant: \"subtitle1\",\n color: \"text.secondary\",\n children: \"Real-time dashboards and trend analysis\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 6,\n columnNumber: 5\n }, this);\n};\n_c = ReportingDashboard;\nexport default ReportingDashboard;\nvar _c;\n$RefreshReg$(_c, \"ReportingDashboard\");","map":{"version":3,"names":["React","Box","Typography","jsxDEV","_jsxDEV","ReportingDashboard","children","variant","gutterBottom","fileName","_jsxFileName","lineNumber","columnNumber","color","_c","$RefreshReg$"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/src/pages/Reporting/ReportingDashboard.tsx"],"sourcesContent":["import React from 'react';\nimport { Box, Typography } from '@mui/material';\n\nconst ReportingDashboard: React.FC = () => {\n return (\n <Box>\n <Typography variant=\"h4\" gutterBottom>\n Reporting Dashboard\n </Typography>\n <Typography variant=\"subtitle1\" color=\"text.secondary\">\n Real-time dashboards and trend analysis\n </Typography>\n </Box>\n );\n}\n\nexport default ReportingDashboard;\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,UAAU,QAAQ,eAAe;AAAC,SAAAC,MAAA,IAAAC,OAAA;AAEhD,MAAMC,kBAA4B,GAAGA,CAAA,KAAM;EACzC,oBACED,OAAA,CAACH,GAAG;IAAAK,QAAA,gBACFF,OAAA,CAACF,UAAU;MAACK,OAAO,EAAC,IAAI;MAACC,YAAY;MAAAF,QAAA,EAAC;IAEtC;MAAAG,QAAA,EAAAC,YAAA;MAAAC,UAAA;MAAAC,YAAA;IAAA,OAAY,CAAC,eACbR,OAAA,CAACF,UAAU;MAACK,OAAO,EAAC,WAAW;MAACM,KAAK,EAAC,gBAAgB;MAAAP,QAAA,EAAC;IAEvD;MAAAG,QAAA,EAAAC,YAAA;MAAAC,UAAA;MAAAC,YAAA;IAAA,OAAY,CAAC;EAAA;IAAAH,QAAA,EAAAC,YAAA;IAAAC,UAAA;IAAAC,YAAA;EAAA,OACV,CAAC;AAEV,CAAC;AAAAE,EAAA,GAXKT,kBAA4B;AAalC,eAAeA,kBAAkB;AAAC,IAAAS,EAAA;AAAAC,YAAA,CAAAD,EAAA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |