Skip to content

Commit

Permalink
PERT-33: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaaligent committed Jun 26, 2023
1 parent 3fa197f commit c74adc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/save-config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { IPertData } from '@/@types/pertData';

import { PERT_STORAGE_KEY } from './get-config';

export const saveConfig = (data: Partial<IPertData>) => {
Expand Down

0 comments on commit c74adc3

Please sign in to comment.