Skip to content

Commit

Permalink
fix: 린트 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jsk3342 committed Dec 2, 2024
1 parent a0146e2 commit f742ffa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/main/LiveVideoCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useNavigate } from 'react-router-dom';
import { useEffect, useState, useRef } from 'react';
import styled from 'styled-components';

import sampleProfile from '@assets/sample_profile.png';
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/main/ReplayVideoCard.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useEffect, useRef, useState } from 'react';
import { useNavigate } from 'react-router-dom';
import styled from 'styled-components';

Expand Down

0 comments on commit f742ffa

Please sign in to comment.