@dhiraj0720/report1chart 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.jsx +1 -0
package/package.json
CHANGED
package/src/index.jsx
CHANGED
|
@@ -5,6 +5,7 @@ import ReportListScreen from './screens/ReportListScreen';
|
|
|
5
5
|
import Report1Screen from './screens/Report1Screen';
|
|
6
6
|
import Report2Screen from './screens/Report2Screen';
|
|
7
7
|
import Report3Screen from './screens/Report3Screen';
|
|
8
|
+
import Report1AScreen from './screens/Report1AScreen';
|
|
8
9
|
|
|
9
10
|
const AnalyticsReports = ({ config, onExit }) => {
|
|
10
11
|
const [active, setActive] = useState(null);
|