11 lines
139 B
Svelte
11 lines
139 B
Svelte
|
<script>
|
||
|
|
||
|
import ComingSoon from "../common/ComingSoon.svelte";
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<ComingSoon name="User Interface Designer"/>
|
||
|
|
||
|
<style>
|
||
|
|
||
|
</style>
|