From a3a8c23b196980732a795713a5eb5fe0c7075bf9 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 11 Jul 2018 21:47:13 +0800
Subject: [PATCH] Revert "提交"

---
 src/app/routes/style/typography/typography.component.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/app/routes/style/typography/typography.component.ts b/src/app/routes/style/typography/typography.component.ts
new file mode 100644
index 0000000..b982092
--- /dev/null
+++ b/src/app/routes/style/typography/typography.component.ts
@@ -0,0 +1,10 @@
+import { Component } from '@angular/core';
+import { ColorService } from '../color.service';
+
+@Component({
+  selector: 'app-typography',
+  templateUrl: './typography.component.html',
+})
+export class TypographyComponent {
+  constructor(public c: ColorService) {}
+}

--
Gitblit v1.8.0