add filters
This commit is contained in:
@@ -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/filters/DropDownList';
|
||||
import { DropDownList } from '../../../components/input/DropDownList';
|
||||
|
||||
const languageMap: Record<string, string> = {
|
||||
c: 'cpp',
|
||||
|
||||
Reference in New Issue
Block a user