Compare commits

..

No commits in common. "cda2398fee10d6a405bb625481fc409c444a311a" and "87cc27bcc846785269c853d06b2be7f48007322f" have entirely different histories.

5 changed files with 2 additions and 17 deletions

View File

@ -2,4 +2,3 @@
@import 'textSection/textSection'; @import 'textSection/textSection';
@import 'place/place'; @import 'place/place';
@import 'securityMeasureList/securityMeasureList'; @import 'securityMeasureList/securityMeasureList';
@import 'form/form';

View File

@ -1,14 +0,0 @@
<form class="LP-Form">
<fieldset class="LP-Form__Fieldset">
<legend class="LP-Form__Legend">Basic data</legend>
<div class="LP-Form__Row">
<span class="LP-Form__Field">
<label for="textinput123" class="LP-Input__Label">Enter your text here</label>
<input id="textinput123" type="text" class="LP-Input__Text"/>
<span class="LP-Input__ErrorMessage">
<p>Text is required</p>
</span>
</span>
</div>
</fieldset>
</form>

View File

@ -1,5 +1,5 @@
{ {
"name": "Lostplaces", "name": "communitea",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@frctl/fractal": "^1.2.1", "@frctl/fractal": "^1.2.1",