🎨 Update styling and structure for improved UI/UX in Pokedex components and main application

This commit is contained in:
2026-01-28 04:37:34 +00:00
parent bcbcb36630
commit fe641a92b0
4 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { createApp } from 'vue';
import App from './App.vue';
import './style.css';
createApp(App).mount('#app');