Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Feb 8, 2024
1 parent b08129a commit 0bf2c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import utilityHelpers from '../../src/utils/utilityHelpers';

describe('utilityHelpers', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable import/no-extraneous-dependencies */
import React from 'react';
import { withDisclosureManager } from 'terra-disclosure-manager';
import { v4 as uuidv4 } from 'uuid';
import { withDisclosureManager } from 'terra-disclosure-manager';
import SlidePanelManager from '../../src/SlidePanelManager';

const TestContainer = withDisclosureManager(({ id }) => (
Expand Down

0 comments on commit 0bf2c9f

Please sign in to comment.