Standardize store exports to named useXxxStore convention
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,7 @@ interface NodePositions {
|
||||
}
|
||||
|
||||
|
||||
export default defineStore('useCytoscapeStore', {
|
||||
export const useCytoscapeStore = defineStore('cytoscapeStore', {
|
||||
state: () => ({
|
||||
nodePositions: {} as NodePositions,
|
||||
currentGraphId: "",
|
||||
|
||||
Reference in New Issue
Block a user