mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
import MCL from "./mcl"
|
|
import RendererIPC from "./renderer_ipc"
|
|
|
|
export default {
|
|
mcl: MCL,
|
|
ipc: RendererIPC,
|
|
} |