Skip to content

Commit

Permalink
fix: ignore style check (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moyee authored Nov 29, 2023
1 parent 5760565 commit 2ec40ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/guidance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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__';
Expand Down
1 change: 1 addition & 0 deletions client/src/components/guidance/spread.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { StepUIProps } from './types';
import { Assets } from './assets';
// @ts-ignore
import styles from './index.module.less';

/**
Expand Down
1 change: 1 addition & 0 deletions client/src/components/guidance/style.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { StepUIProps } from './types';
import { Assets } from './assets';
// @ts-ignore
import styles from './index.module.less';

/**
Expand Down

0 comments on commit 2ec40ed

Please sign in to comment.