feat: add homepage
This commit is contained in:
4
frontend/src/store.js
Normal file
4
frontend/src/store.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { ref } from 'vue'
|
||||
|
||||
// Simple store for sharing state between components
|
||||
export const pendingFile = ref(null)
|
||||
Reference in New Issue
Block a user