Added explain bloc for Wheels
This commit is contained in:
parent
4b4a5e9126
commit
1fbb136f77
3 changed files with 1360 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
.table-centered>tbody>tr>td{text-align:center}
|
||||
|
||||
figure{
|
||||
margin:10px;
|
||||
padding:10px;
|
||||
background:#fff;
|
||||
border:1px solid #dadada;
|
||||
|
|
1358
src/components/Wheels/explain.js
Normal file
1358
src/components/Wheels/explain.js
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
|||
import React, { Component } from 'react';
|
||||
import { Container, Row, Col, Table, FormGroup, Input, Button } from 'reactstrap';
|
||||
import Result from "./results"
|
||||
import Explain from "./explain"
|
||||
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import '../../App.css';
|
||||
|
@ -243,6 +244,7 @@ Calculez vos futures jantes et futurs pneus en ligne
|
|||
:
|
||||
(null)
|
||||
}
|
||||
<Explain />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue