removed ComingSoon (not used)

This commit is contained in:
Michael Shanks 2020-08-14 14:43:57 +01:00
parent ac9f2ac0b0
commit 5a4ef862d3
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<script>
export let name = ""
</script>
<div>
<h4>Coming Sometime: {name}</h4>
</div>
<style>
h4 {
margin-top: 20px;
}
</style>