mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 07:12:18 +10:00
refactor(stylesheet): move Semantic CSS to the browser (#3329)
This commit is contained in:
@@ -12,7 +12,6 @@ describe("templatePages", () => {
|
||||
|
||||
it("exports the semantic manifest registry through the template index", () => {
|
||||
expect(registry).toContain("getTemplateSemanticManifest");
|
||||
expect(registry).toContain("getTemplateSemanticRegistryFingerprintInput");
|
||||
expect(registry).toContain("TemplateSemanticManifest");
|
||||
});
|
||||
});
|
||||
|
||||
@@ -42,6 +42,5 @@ export type { TemplateSemanticManifest } from "../semantic/template-manifest";
|
||||
export {
|
||||
getTemplateSemanticBindingRegistry,
|
||||
getTemplateSemanticManifest,
|
||||
getTemplateSemanticRegistryFingerprintInput,
|
||||
validateTemplateSemanticManifest,
|
||||
} from "../semantic/template-manifest";
|
||||
|
||||
Reference in New Issue
Block a user