added resources

This commit is contained in:
Dennis Postma 2024-05-04 01:00:51 +02:00
parent b16863a363
commit 1a5b5e92d4

View File

@ -1,3 +1,9 @@
/**
* Resources:
* https://runthatline.com/pinia-watch-state-getters-inside-vue-components/
* https://pinia.vuejs.org/
*/
import { defineStore } from 'pinia'; import { defineStore } from 'pinia';
import { io, Socket } from 'socket.io-client'; import { io, Socket } from 'socket.io-client';
import config from '@/config'; import config from '@/config';