Skip to content

Commit

Permalink
🐛 quitar elemento sin usar
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Jan 16, 2025
1 parent d761edc commit f543bd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/componentes/predicciones.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Aparicion, Cuadro } from '../tipos';
import categoriasConColor from './categorias';

const video = document.getElementById('video') as HTMLVideoElement;
const lienzo2 = document.getElementById('lienzo2') as HTMLCanvasElement;
const lienzo3 = document.getElementById('lienzo3') as HTMLCanvasElement;
const ctx3 = lienzo3.getContext('2d');
Expand Down

0 comments on commit f543bd5

Please sign in to comment.