Rename style.css to index.css

This commit is contained in:
Timothée Goguely 2024-09-02 14:31:14 +02:00
parent b419bccae1
commit 3f7f5cc956
3 changed files with 31 additions and 1 deletions

View file

@ -1,5 +1,5 @@
import { createApp } from "vue";
import "./assets/css/style.css";
import "./assets/css/index.css";
import App from "./App.vue";
import { createPinia } from "pinia";