- todo: design: flexbox, dragging, icons, priority.
This commit is contained in:
@@ -4,8 +4,6 @@ import { GlobalStore } from '@store'
|
||||
|
||||
import { Logo } from '@components'
|
||||
|
||||
require('./home.scss')
|
||||
|
||||
@Component({
|
||||
components: { Logo }
|
||||
})
|
||||
|
||||
@@ -8,3 +8,6 @@
|
||||
</template>
|
||||
<script lang="ts" src="./home.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './home.scss';
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user