mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added remoteStorage file
This commit is contained in:
parent
6150b81bd0
commit
6ee5d41d83
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