all files / src/ index.js

100% Statements 9/9
83.33% Branches 5/6
100% Functions 1/1
100% Lines 4/4
1 branch Ignored     
1 2 3 4 5 6 7 8 9 10 11                
import Main from "./main"
 
Eif (typeof window !== "undefined") {
  window.Main = Main
}
 
export {
  Main
}