add number input

This commit is contained in:
Виталий Лавшонок
2025-12-09 09:39:51 +03:00
parent fd34761745
commit a4622cf8d2
11 changed files with 97 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react';
import Editor from '@monaco-editor/react';
import { upload } from '../../../assets/icons/input';
import { cn } from '../../../lib/cn';
import { DropDownList } from '../../../components/drop-down-list/DropDownList';
import { DropDownList } from '../../../components/filters/DropDownList';
const languageMap: Record<string, string> = {
c: 'cpp',