Skip to content

Commit

Permalink
fix(components): Fix wrong styles folder path in components
Browse files Browse the repository at this point in the history
  • Loading branch information
pisandelli committed Apr 12, 2023
1 parent ef0b771 commit c88244d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/ClusterL.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @version 1.0.0
*/
import { defineComponent, h } from 'vue'
import Styles from '@/assets/styles/styles/ClusterL.module.styl'
import Styles from '@/assets/styles/ClusterL.module.styl'
export default defineComponent({
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/ModalL.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import { defineComponent, h } from 'vue'
import Styles from '@/assets/styles/styles/ModalL.module.styl'
import Styles from '@/assets/styles/ModalL.module.styl'
export default defineComponent({
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/RowL.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import { defineComponent, h } from 'vue'
import Styles from '@/assets/styles/styles/RowL.module.styl'
import Styles from '@/assets/styles/RowL.module.styl'
export default defineComponent({
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/StackL.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
import { defineComponent, h } from 'vue'
import Styles from '@/assets/styles/styles/StackL.module.styl'
import Styles from '@/assets/styles/StackL.module.styl'
export default defineComponent({
props: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-layout-compositions",
"version": "1.1.0",
"version": "1.1.1",
"description": "A library with some useful layout compositions components",
"main": "./nuxt.config.ts",
"type": "module",
Expand Down

0 comments on commit c88244d

Please sign in to comment.