Removed test from React-Bootstrap

This commit is contained in:
Vincent Lesierse
2015-12-28 08:44:51 +01:00
parent 3408d9ad07
commit 0b6c7d2b8d

View File

@@ -1,7 +1,6 @@
// React-Bootstrap Test
// ================================================================================
///<reference path="react-bootstrap.d.ts"/>
///<reference path="react-router-bootstrap.d.ts"/>
///<reference path="../react/react.d.ts"/>
// 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<any, any> {
@@ -894,11 +892,6 @@ export class ReactBootstrapTest extends Component<any, any> {
</Row>
</Input>
</div>
<div style={style}>
<LinkContainer to="/page"><Button>Link</Button></LinkContainer>
<IndexLinkContainer to="/index"><Button>Link</Button></IndexLinkContainer>
</div>
</div>
);
}