Commit 200d93f7 by talequale

wip

parent 5a8ff13b
import Format from '../../cmp/format/Format.jsx';
const StandardCard = D.declare('view.cmp.StandardCard', () => {
return <div class="standard-card">
<div className="standard-card__image">
</div>
</div>
})
export default StandardCard;
export {StandardCard};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment