mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
9 lines
173 B
JavaScript
Executable File
9 lines
173 B
JavaScript
Executable File
import Default from "./default"
|
|
import Minimal from "./minimal"
|
|
import Blank from "./blank"
|
|
|
|
export default {
|
|
default: Default,
|
|
minimal: Minimal,
|
|
blank: Blank,
|
|
} |