2 changed files with 16 additions and 5 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
<script lang="ts"> |
||||
import Pharos from "$lib/parser"; |
||||
|
||||
export let parser: Pharos; |
||||
export let rootIndexId: string; |
||||
</script> |
||||
|
||||
<div> |
||||
<!-- Custom rendering logic will go here --> |
||||
</div> |
||||
Loading…
Reference in new issue