fix: scss import to use

This commit is contained in:
PandaDEV 2024-11-15 23:18:41 +10:00
parent b545f2e0fb
commit 4c8ffddfe0
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 2 additions and 2 deletions

View file

@ -460,5 +460,5 @@ onMounted(async () => {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import '~/assets/css/index.scss'; @use '~/assets/css/index.scss';
</style> </style>

View file

@ -172,5 +172,5 @@ onUnmounted(() => {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import '~/assets/css/keybind.scss'; @use '~/assets/css/keybind.scss';
</style> </style>