From c398e79bfbbf8a6a28decc0a40fde319def59a03 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Thu, 29 Dec 2022 19:39:05 +0800 Subject: [PATCH] fix(playground): remove defineNuxtConfig import --- playground/nuxt.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 42a12549..49239a6c 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,5 +1,3 @@ -import { defineNuxtConfig } from 'nuxt' - export default defineNuxtConfig({ modules: ['@nuxtjs/ionic'], ionic: {