File size: 113 Bytes
bc20498 |
1 2 3 4 5 |
<script>// this is a workaround for suppressing the warning about unused props
$$restProps;
export {};
</script>
|
bc20498 |
1 2 3 4 5 |
<script>// this is a workaround for suppressing the warning about unused props
$$restProps;
export {};
</script>
|