Skip to content
Snippets Groups Projects
index.js 257 B
Newer Older
import CodeService from "./CodeService/CodeService";
chris's avatar
chris committed
import StrongService from "./StrongService/StrongService";
chris's avatar
chris committed
import EmphasisService from "./EmphasisService/EmphasisService";
export default [new CodeService(), new StrongService(), new EmphasisService()];