🔧 Changed export for components
This commit is contained in:
parent
3c31cc779f
commit
4d24dfe998
8 changed files with 66 additions and 51 deletions
|
@ -48,9 +48,9 @@ const SampleConfigurator = props => {
|
|||
return (
|
||||
<ul className="links">
|
||||
<li className="nodot">
|
||||
<h2>
|
||||
<h4>
|
||||
<FormattedMessage id="app.patternOptions" />
|
||||
</h2>
|
||||
</h4>
|
||||
<PatternOptions
|
||||
config={props.config}
|
||||
gist={props.gist}
|
||||
|
@ -58,9 +58,9 @@ const SampleConfigurator = props => {
|
|||
/>
|
||||
</li>
|
||||
<li className="nodot">
|
||||
<h2>
|
||||
<h4>
|
||||
<FormattedMessage id="app.measurements" />
|
||||
</h2>
|
||||
</h4>
|
||||
<ul style={{ paddingLeft: "1rem" }}>
|
||||
{props.config.measurements.map(m => (
|
||||
<li key={m}>
|
||||
|
@ -72,9 +72,9 @@ const SampleConfigurator = props => {
|
|||
</ul>
|
||||
</li>
|
||||
<li className="nodot">
|
||||
<h2>
|
||||
<h4>
|
||||
<FormattedMessage id="app.models" />
|
||||
</h2>
|
||||
</h4>
|
||||
<ul style={{ paddingLeft: "1rem" }}>
|
||||
<li>
|
||||
<a href="#logo" onClick={() => sampleModels(models)}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue