mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
11 lines
211 B
JavaScript
Executable File
11 lines
211 B
JavaScript
Executable File
import Default from "./default"
|
|
import Mobile from "./mobile"
|
|
import None from "./none"
|
|
import Blank from "./blank"
|
|
|
|
export default {
|
|
default: Default,
|
|
mobile: Mobile,
|
|
none: None,
|
|
blank: Blank,
|
|
} |