Skip to content

Commit 71f483e

Browse files
Del unused imports
1 parent 82ec70b commit 71f483e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

web/src/components/ItemDescription.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
import { marked } from 'marked';
32
import EnhancedMarkdown from './EnhancedMarkdown.astro';
43
54
interface Props {

web/src/pages/[element].astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
33
import { getCollection } from 'astro:content';
44
import fs from "fs";
55
import path from "path";
6-
import { marked } from 'marked';
76
import { getSeeAlsoLinksForItem } from '@src/utils/general';
87
import { getElementCategory, getOOPFunctionsForElement } from '@src/utils/elements';
98

web/src/pages/[event].astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
33
import { getCollection } from 'astro:content';
4-
import { marked } from 'marked';
54
import fs from "fs";
65
import path from "path";
76
import { Code } from '@astrojs/starlight/components';

web/src/pages/[func].astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
33
import { getCollection } from 'astro:content';
44
import { getFunctionInfo, parseFunctionSyntaxes } from '@src/utils/functions';
55
import { renderInlineMarkdown, getSeeAlsoLinksForItem } from '@src/utils/general';
6-
import { marked } from 'marked';
76
import fs from "fs";
87
import path from "path";
98
import { Code } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)