sitegen/framework/test-fixture/UseComponent.marko

7 lines
98 B
Text
Raw Permalink Normal View History

import Component from './Component.marko';
<h1>web page</h1>
<if=!false>
<Component=null/>
</>