- {label}
-
+
+
{this.props.children}
diff --git a/src/index.tsx b/src/index.tsx
index 7d4cc3a..9ede532 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -5,10 +5,6 @@ import {EventListContainer} from "./components/event_list_container";
import {Navigation} from "./components/navigation";
import {EventBookingFormContainer} from "./components/event_booking_form_container";
-declare function require(n: string): any;
-
-const bs = require("bootstrap/dist/css/bootstrap.css");
-
class App extends React.Component<{}, {}> {
render() {
const eventList = () =>
;