Skip to content

Commit

Permalink
chore(Traces.tsx): remove unnecessary React import to clean up code a…
Browse files Browse the repository at this point in the history
…nd reduce bundle size
  • Loading branch information
HyunSu1768 committed Sep 10, 2024
1 parent 0470b44 commit bb8c8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Team/deploy/Container/Traces.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import { useEffect, useState } from 'react';
import styled from '@emotion/styled';
import { theme } from '@/style/theme';
import { getTrace } from '@/utils/apis/trace';
Expand Down

0 comments on commit bb8c8df

Please sign in to comment.