mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-01-19 18:14:45 +00:00
5 lines
171 B
JavaScript
5 lines
171 B
JavaScript
import { writable } from 'svelte/store';
|
|
import axios from 'axios'
|
|
|
|
// Create a writable store to hold the selected player data
|
|
export const selectedPlayer = writable({}); |