fix: add missing useEffect import and finalize learning tracer build validation

This commit is contained in:
2026-01-23 19:15:35 +07:00
parent 6caa0e88dd
commit 69d187be66

View File

@@ -1,6 +1,6 @@
import AuthenticatedLayout from '@/Layouts/AuthenticatedLayout';
import { Head, Link, router } from '@inertiajs/react';
import { useState } from 'react';
import { useState, useEffect } from 'react';
import { Plyr } from 'plyr-react';
import 'plyr-react/plyr.css';
import {