remove trailing spaces
This commit is contained in:
parent
0cbb70ffdf
commit
eb6db07ed7
|
@ -5,8 +5,8 @@
|
|||
|
||||
<p>
|
||||
Start your development with
|
||||
<a>Riot</a>, a component-based ui library, running on the
|
||||
<a>Vite</a> front-end tooling.
|
||||
<a>Riot</a>, a component-based ui library, running on the
|
||||
<a>Vite</a> front-end tooling.
|
||||
</p>
|
||||
|
||||
<h2>Getting Started</h2>
|
||||
|
|
|
@ -15,8 +15,8 @@ code {
|
|||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@ import {register, mount} from 'riot';
|
|||
|
||||
/**
|
||||
* Register Global Components
|
||||
*
|
||||
*
|
||||
* helper that registers and mounts global components
|
||||
* via an object registry
|
||||
*
|
||||
*
|
||||
* @param {Object} registry key:value object registry
|
||||
*/
|
||||
export function Register(registry = {}) {
|
||||
|
|
Loading…
Reference in New Issue