Skip to content

Commit 2ec40ed

Browse files
author
Moyee
authored
fix: ignore style check (#46)
1 parent 5760565 commit 2ec40ed

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

client/src/components/guidance/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { FilterBtn, FilterPanel } from './filter';
88
import { Download } from './download';
99
import { End } from './end';
1010

11+
// @ts-ignore
1112
import styles from './index.module.less';
1213

1314
const LocalStorageKey = '__guidance_key__';

client/src/components/guidance/spread.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import { StepUIProps } from './types';
33
import { Assets } from './assets';
4+
// @ts-ignore
45
import styles from './index.module.less';
56

67
/**

client/src/components/guidance/style.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import { StepUIProps } from './types';
33
import { Assets } from './assets';
4+
// @ts-ignore
45
import styles from './index.module.less';
56

67
/**

0 commit comments

Comments
 (0)