mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 17:50:38 +00:00
tailwind 3 upgrade part 2
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AuthContentWrapper from '/resources/js/components/Auth/AuthContentWrapper'
|
||||
import AuthContent from '/resources/js/components/Auth/AuthContent'
|
||||
import AuthButton from '/resources/js/components/Auth/AuthButton'
|
||||
import AuthContentWrapper from "../components/Auth/AuthContentWrapper";
|
||||
import AuthContent from "../components/Auth/AuthContent";
|
||||
import AuthButton from "../components/Auth/AuthButton";
|
||||
import Headline from "./Auth/Headline"
|
||||
|
||||
export default {
|
||||
@@ -32,5 +32,5 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '/resources/sass/vuefilemanager/_auth';
|
||||
@import '../../sass/vuefilemanager/auth';
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user