File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 21
21
import FetchUrl from ' ./FetchUrl.svelte' ;
22
22
import FetchFile from ' ./FetchFile.svelte' ;
23
23
import FetchSoF from ' ./FetchSoF.svelte' ;
24
- import FetchIIS from ' ./FetchIIS.svelte' ;
25
24
import ODHForm from ' ./ODHForm.svelte' ;
26
25
import ResourceSelector from ' ./ResourceSelector.svelte' ;
27
26
import { verify } from ' ./shcDecoder.js' ;
330
329
on:shc-retrieved ={ async ({ detail }) => { handleSHCResultUpdate (detail ) } }>
331
330
</FetchSoF >
332
331
</TabPane >
333
- <TabPane class =" iis-tab" tabId =" iis" style =" padding-top:10px" >
334
- <span class =" iis-tab" slot =" tab" >WA Immunization Registry</span >
335
- <FetchIIS
336
- on:update-resources ={ async ({ detail }) => { handleNewResources (detail ) } }>
337
- </FetchIIS >
338
- </TabPane >
339
332
<TabPane class =" url-tab" tabId =" url" style =" padding-top:10px" >
340
333
<span class =" url-tab" slot =" tab" >FHIR URL</span >
341
334
<FetchUrl
You can’t perform that action at this time.
0 commit comments