removed ComingSoon (not used)

This commit is contained in:
Michael Shanks 2020-08-14 14:43:57 +01:00
parent f572dc648b
commit 3cc75a92e1
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>