Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredenck committed Oct 6, 2024
1 parent 6531e49 commit 08cbb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(interactive)/tag-match/[slug]/page.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client'

import React, { useState, useEffect, useRef } from 'react';
import React, { useState, useEffect } from 'react';
import VideoPlayer from '../../../components/VideoPlayer';
import { getTaggerButtonData, columnNames } from '../../../services/taggerButtonData.js';
import styles from '../../../styles/TagMatch.module.css';
Expand Down

0 comments on commit 08cbb4c

Please sign in to comment.