Skip to content

Commit b056891

Browse files
committed
removing editor for this build
1 parent c41608e commit b056891

4 files changed

Lines changed: 1 addition & 331 deletions

File tree

apps/codingcatdev/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"firebase": "^9.17.1",
5454
"firebase-admin": "^11.5.0",
5555
"mdsvex": "^0.10.6",
56-
"monaco-editor": "^0.36.1",
5756
"prism-svelte": "^0.5.0",
5857
"prism-themes": "^1.9.0",
5958
"theme-change": "^2.3.0",

apps/codingcatdev/src/lib/components/content/Editor.svelte

Lines changed: 0 additions & 321 deletions
This file was deleted.

apps/codingcatdev/src/lib/components/content/Lesson.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import 'prism-themes/themes/prism-shades-of-purple.min.css';
33
import LessonList from '$lib/components/content/LessonList.svelte';
44
import Video from '$lib/components/content/Video.svelte';
5-
import Editor from '$lib/components/content/Editor.svelte';
65
import type { Lesson } from '$lib/types';
76
export let data: {
87
content: Lesson;
@@ -32,7 +31,7 @@
3231
<section class="grid grid-rows-[1fr_1fr] w-full h-screen md:h-full order-first md:order-none">
3332
<div class="container ">
3433
<section class="editor-container h-full w-full">
35-
<Editor />
34+
<!-- <Editor /> -->
3635
</section>
3736
</div>
3837
<div>Other</div>

pnpm-lock.yaml

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)