From 4d91b799e1cc0c6f8fe63aed7e6d030c8cf3bc5c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 21:46:03 +0200 Subject: [PATCH] Created the Status page style --- src/pages/Status/styles.sass | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/pages/Status/styles.sass diff --git a/src/pages/Status/styles.sass b/src/pages/Status/styles.sass new file mode 100644 index 0000000..33f9990 --- /dev/null +++ b/src/pages/Status/styles.sass @@ -0,0 +1 @@ +@import "@/common/styles/colors" \ No newline at end of file