All files / atlas/docs entry.js

0% Statements 0/20
100% Branches 0/0
100% Functions 0/0
0% Lines 0/20

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68                                                                                                                                       
 
    window.reactComponents = {};
 
    window.vueComponents = {};
 
  
      import React from "react";
 
      import ReactDOM from "react-dom";
 
 
      import ReactWrapper from '../node_modules/better-docs/lib/react-wrapper.js';
 
      window.React = React;
 
      window.ReactDOM = ReactDOM;
 
      window.ReactWrapper = ReactWrapper;
 
    
    import './styles/reset.css';
 
    import './styles/iframe.css';
 
  import Component0 from '../src/components/AddLandmark.tsx';
reactComponents['AddLandmark'] = Component0;
 
import Component1 from '../App.tsx';
reactComponents['App'] = Component1;
 
import Component2 from '../src/components/Atlas.tsx';
reactComponents['Atlas'] = Component2;
 
import Component3 from '../src/navigation/AuthorizedNavigator.tsx';
reactComponents['AuthorizedNavigator'] = Component3;
 
import Component4 from '../src/components/LandmarkDetails.tsx';
reactComponents['Comment'] = Component4;
 
import Component5 from '../src/components/Auth/Intro.tsx';
reactComponents['Intro'] = Component5;
 
import Component6 from '../src/components/LandmarkDetails.tsx';
reactComponents['LandmarkDetails'] = Component6;
 
import Component7 from '../src/components/LandmarkPin.tsx';
reactComponents['LandmarkPin'] = Component7;
 
import Component8 from '../src/components/Map.tsx';
reactComponents['Map'] = Component8;
 
import Component9 from '../src/components/Auth/Buttons.tsx';
reactComponents['PrimaryButton'] = Component9;
 
import Component10 from '../src/components/Profile.tsx';
reactComponents['Profile'] = Component10;
 
import Component11 from '../src/components/Auth/Registration/RegisterMain.tsx';
reactComponents['RegisterMain'] = Component11;
 
import Component12 from '../src/components/Auth/Buttons.tsx';
reactComponents['SecondaryButton'] = Component12;
 
import Component13 from '../src/components/Auth/AuthLayout.tsx';
reactComponents['UnauthorizedLayout'] = Component13;
 
import Component14 from '../src/navigation/UnauthorizedNavigator.tsx';
reactComponents['UnauthorizedNavigator'] = Component14;