Skip to content

Commit

Permalink
linting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsiomWB committed Dec 25, 2024
1 parent 3264abf commit c664246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave-js/src/components/Tag/Tag.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import classNames from 'classnames';
import React, {FC, ReactElement, useMemo, useRef, useState, useEffect} from 'react';
import React, {FC, ReactElement, useEffect,useMemo, useRef, useState} from 'react';
import {twMerge} from 'tailwind-merge';

import {Icon, IconName} from '../Icon';
Expand Down

0 comments on commit c664246

Please sign in to comment.