diff --git a/react-bootstrap/react-bootstrap-tests.tsx b/react-bootstrap/react-bootstrap-tests.tsx index f5b4e0a6eb..8b0dd0fc0a 100644 --- a/react-bootstrap/react-bootstrap-tests.tsx +++ b/react-bootstrap/react-bootstrap-tests.tsx @@ -1,7 +1,6 @@ // React-Bootstrap Test // ================================================================================ /// -/// /// // Imports @@ -9,7 +8,6 @@ import * as React from 'react'; import { Component, CSSProperties } from 'react'; import { Button, ButtonToolbar, Modal, Well, ButtonGroup, DropdownButton, MenuItem, Panel, ListGroup, ListGroupItem, Accordion, Tooltip, OverlayTrigger, Popover, ProgressBar, Nav, NavItem, Navbar, NavDropdown, Tabs, Tab, Pager, PageItem, Pagination, Alert, Carousel, CarouselItem, Grid, Row, Col, Thumbnail, Label, Badge, Jumbotron, PageHeader, Glyphicon, Table, Input, ButtonInput } from 'react-bootstrap'; -import { LinkContainer, IndexLinkContainer } from 'react-router-bootstrap' export class ReactBootstrapTest extends Component { @@ -894,11 +892,6 @@ export class ReactBootstrapTest extends Component { - -
- - -
); }