Skip to content

Commit

Permalink
fix(colors): missing useNuxtApp import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 10, 2023
1 parent 6d79548 commit 76a0d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugins/colors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { computed } from 'vue'
import { hexToRgb } from '../utils/colors'
import { defineNuxtPlugin, useHead, useAppConfig } from '#imports'
import { defineNuxtPlugin, useHead, useAppConfig, useNuxtApp } from '#imports'
import colors from '#tailwind-config/theme/colors'

export default defineNuxtPlugin(() => {
Expand Down

0 comments on commit 76a0d61

Please sign in to comment.