diff --git a/client/src/components/guidance/index.tsx b/client/src/components/guidance/index.tsx index 40fb2cb1..76de225b 100644 --- a/client/src/components/guidance/index.tsx +++ b/client/src/components/guidance/index.tsx @@ -8,6 +8,7 @@ import { FilterBtn, FilterPanel } from './filter'; import { Download } from './download'; import { End } from './end'; +// @ts-ignore import styles from './index.module.less'; const LocalStorageKey = '__guidance_key__'; diff --git a/client/src/components/guidance/spread.tsx b/client/src/components/guidance/spread.tsx index b0dac698..eabb56b3 100644 --- a/client/src/components/guidance/spread.tsx +++ b/client/src/components/guidance/spread.tsx @@ -1,6 +1,7 @@ import React from 'react'; import { StepUIProps } from './types'; import { Assets } from './assets'; +// @ts-ignore import styles from './index.module.less'; /** diff --git a/client/src/components/guidance/style.tsx b/client/src/components/guidance/style.tsx index 38a408fb..d9999d54 100644 --- a/client/src/components/guidance/style.tsx +++ b/client/src/components/guidance/style.tsx @@ -1,6 +1,7 @@ import React from 'react'; import { StepUIProps } from './types'; import { Assets } from './assets'; +// @ts-ignore import styles from './index.module.less'; /**