import { defineStore } from 'pinia'
export const useRawData = defineStore('raw_data', {
state: () => {
return {
}
},
})