From f7943d7b9a746158e28e0af6f236fceeba9fbaa3 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 2 Apr 2024 09:37:02 +0100 Subject: [PATCH] Refactor --- nuxt.config.js | 2 +- themes/{aura.js => app-theme.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/{aura.js => app-theme.js} (100%) diff --git a/nuxt.config.js b/nuxt.config.js index 6832a9882..474f8c633 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -27,7 +27,7 @@ export default defineNuxtConfig({ }, unstyled: false, layerOrder: 'primevue', - importTheme: { from: '@/themes/aura.js' }, + importTheme: { from: '@/themes/app-theme.js' }, resolvePath: function ({ as, from, type }) { const resolvedPath = from.replace('primevue', '@/components/lib'); diff --git a/themes/aura.js b/themes/app-theme.js similarity index 100% rename from themes/aura.js rename to themes/app-theme.js