Asteri-Vostok/pages/editor.tsx

6 lines
88 B
TypeScript

const Editor = () => {
return "Редактор кода";
};
export default Editor;