aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/editorClassNames.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/editorClassNames.ts')
-rw-r--r--subprojects/frontend/src/editor/editorClassNames.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/subprojects/frontend/src/editor/editorClassNames.ts b/subprojects/frontend/src/editor/editorClassNames.ts
deleted file mode 100644
index 5584e8c2..00000000
--- a/subprojects/frontend/src/editor/editorClassNames.ts
+++ /dev/null
@@ -1,10 +0,0 @@
1const PREFIX = 'problem-editor-';
2
3const editorClassNames = {
4 foldPlaceholder: `${PREFIX}fold-placeholder`,
5 foldMarker: `${PREFIX}fold-marker`,
6 foldMarkerClosed: `${PREFIX}fold-marker-closed`,
7 foldMarkerOpen: `${PREFIX}fold-marker-open`,
8};
9
10export default editorClassNames;