Changed quote styles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Character } from '@/models/Characters'
|
||||
import { defineStore } from 'pinia'
|
||||
import type { Character } from "@/models/Characters"
|
||||
import { defineStore } from "pinia"
|
||||
|
||||
export const useCharacters = defineStore('characters', () => {
|
||||
export const useCharacters = defineStore("characters", () => {
|
||||
const characters = ref<Character[]>([])
|
||||
|
||||
async function setCharacters(data: Character[]) {
|
||||
|
||||
Reference in New Issue
Block a user