Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by ee11564 on branch refs/heads/issue-4611
  • Loading branch information
sharadsw authored and github-actions[bot] committed May 16, 2024
1 parent ee11564 commit 02d367c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import type { LocalizedString } from 'typesafe-i18n';

import { useBooleanState } from '../../hooks/useBooleanState';
import { commonText } from '../../localization/common';
Expand All @@ -22,7 +23,6 @@ import { WbRollback } from './WbRollback';
import { WbSave } from './WbSave';
import { WbUpload } from './WbUpload';
import { WbValidate } from './WbValidate';
import { LocalizedString } from 'typesafe-i18n';

export function WbActions({
dataset,
Expand Down

0 comments on commit 02d367c

Please sign in to comment.