mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-13 02:53:46 +00:00
feat(*): Add basic example estimation page
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
export let average: string | number;
|
||||
</script>
|
||||
|
||||
<div id="average-estimate">
|
||||
<h2>Average Estimate</h2>
|
||||
<p>{average}</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user