From 73d96f4c229c0fa11455e6a89f89813dba75a572 Mon Sep 17 00:00:00 2001 From: zombiej Date: Wed, 13 Mar 2019 10:50:59 +0800 Subject: [PATCH] adjust import style of grid --- components/col/style/index.tsx | 2 +- components/row/style/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/col/style/index.tsx b/components/col/style/index.tsx index 2ea9a24152..2127e6804d 100644 --- a/components/col/style/index.tsx +++ b/components/col/style/index.tsx @@ -2,4 +2,4 @@ import '../../style/index.less'; // style dependencies // deps-lint-skip: grid -import '../../grid/style/index.less'; +import '../../grid/style'; diff --git a/components/row/style/index.tsx b/components/row/style/index.tsx index 2ea9a24152..2127e6804d 100644 --- a/components/row/style/index.tsx +++ b/components/row/style/index.tsx @@ -2,4 +2,4 @@ import '../../style/index.less'; // style dependencies // deps-lint-skip: grid -import '../../grid/style/index.less'; +import '../../grid/style';