create projects store

This commit is contained in:
isUnknown 2024-09-10 08:49:09 +02:00
parent 18ac3b9173
commit 893d173c59
6 changed files with 360 additions and 106 deletions

View file

@ -1,6 +1,6 @@
import { defineStore } from "pinia";
export const useApiStore = defineStore("counter", () => {
export const useApiStore = defineStore("api", () => {
/**
* Asynchronously fetches JSON data corresponding to a given path.
*