From e59a4f9654d6a100eef6d9ad479e4159ef1fbac3 Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Thu, 9 May 2019 16:44:05 +0300 Subject: [PATCH] chore: minor fixes in css-module-stub --- flow/css-module-stub.js | 1 - 1 file changed, 1 deletion(-) diff --git a/flow/css-module-stub.js b/flow/css-module-stub.js index bbf3d44..e35bc7a 100644 --- a/flow/css-module-stub.js +++ b/flow/css-module-stub.js @@ -1,5 +1,4 @@ // @flow - type CSSModule = { [key: string]: string, };