From ecda693e3844511644a177a0bcb146bda07effb9 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 9 Jun 2021 13:26:30 -0700 Subject: lots Former-commit-id: 7346cdaa5a32ade26821ed97ef07f7c9ae87c0c2 --- demos/simple-react/src/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'demos/simple-react/src') diff --git a/demos/simple-react/src/index.tsx b/demos/simple-react/src/index.tsx index 369a9a710..46e0027ef 100644 --- a/demos/simple-react/src/index.tsx +++ b/demos/simple-react/src/index.tsx @@ -1,11 +1,8 @@ import ReactDOM from "react-dom"; import { Button } from "./components/button"; -import * as Bootstrap from "react-bootstrap"; -import * as leftPad from "left-pad"; import { DatePicker } from "antd"; const Base = ({}) => { - Bootstrap.Accordion; return (

I am the page

@@ -28,3 +25,5 @@ function startReact() { globalThis.addEventListener("DOMContentLoaded", () => { startReact(); }); + +export { Base }; -- cgit v1.2.3