Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ID221183
/
gpt4ui
like
0
Runtime error
App
Files
Files
Community
8449d3f
gpt4ui
/
src
/
store
/
index.ts
ngoctuanai
Upload 135 files
076ace8
12 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
type
{
App
}
from
'vue'
import
{ store }
from
'./helper'
export
function
setupStore
(
app: App
) {
app.
use
(store)
}
export
*
from
'./modules'