diff --git a/src/runtime/components/Container.vue b/src/runtime/components/Container.vue
index 34854832..3d8b63a8 100644
--- a/src/runtime/components/Container.vue
+++ b/src/runtime/components/Container.vue
@@ -3,7 +3,7 @@ import { tv } from 'tailwind-variants'
// import appConfig from '#build/app.config'
import theme from '#ui/theme/container'
-const appContainer = tv(theme)
+const container = tv(theme)
// const appContainer = tv({ extend: container, ...(appConfig.ui?.container || {}) })
export interface ContainerProps {
@@ -13,22 +13,16 @@ export interface ContainerProps {
-
+
\ No newline at end of file