mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added remoteStorage file
This commit is contained in:
parent
7e73206678
commit
2b8e9922ac
19
packages/app/src/cores/remoteStorage/index.js
Normal file
19
packages/app/src/cores/remoteStorage/index.js
Normal file
@ -0,0 +1,19 @@
|
||||
import Core from "evite/src/core"
|
||||
import config from "config"
|
||||
import axios from "axios"
|
||||
|
||||
export default class RemoteStorage extends Core {
|
||||
static namespace = "RemoteStorage"
|
||||
static public = []
|
||||
|
||||
connection = null
|
||||
|
||||
async initialize() {
|
||||
|
||||
}
|
||||
|
||||
async connect() {
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user