Bladeren bron

fixed proptype warning in dev test page

Skylsmoi 7 jaren geleden
bovenliggende
commit
c8a4aab5d2
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      src/index.dev.js

+ 1 - 2
src/index.dev.js Bestand weergeven

20
       onClickCloseBtn={() => {}}
20
       onClickCloseBtn={() => {}}
21
     />
21
     />
22
 
22
 
23
-    <BtnSwitch />
24
-
25
     <PopinFixedOption customClass={`${'randomClass'}`} />
23
     <PopinFixedOption customClass={`${'randomClass'}`} />
26
 
24
 
27
     <PopinFixedContent customClass={`${'randomClass'}__contentpage`}>
25
     <PopinFixedContent customClass={`${'randomClass'}__contentpage`}>
28
       <div>
26
       <div>
29
         <span>Here will be the app content. Style is handled by the app (obviously)</span>
27
         <span>Here will be the app content. Style is handled by the app (obviously)</span>
28
+        <BtnSwitch />
30
         <TextAreaApp customClass={'randomClass'} />
29
         <TextAreaApp customClass={'randomClass'} />
31
       </div>
30
       </div>
32
 
31