Skip to content

Commit

Permalink
vscode failed me
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 16, 2024
1 parent a292a30 commit 0005001
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/integrations/mdx/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<<<<<<< HEAD:packages/integrations/mdx/src/server.ts
import type { NamedSSRLoadedRendererValue } from 'astro';
import { AstroError } from 'astro/errors';
import { AstroJSX, jsx } from 'astro/jsx-runtime';
import { renderJSX } from 'astro/runtime/server/index.js';
=======
import { AstroError, AstroUserError } from '../core/errors/errors.js';
import { AstroJSX, jsx } from '../jsx-runtime/index.js';
import { renderJSX } from '../runtime/server/jsx.js';
import type { NamedSSRLoadedRendererValue } from '../types/public/internal.js';
>>>>>>> next:packages/astro/src/jsx/server.ts

const slotName = (str: string) => str.trim().replace(/[-_]([a-z])/g, (_, w) => w.toUpperCase());

Expand Down

0 comments on commit 0005001

Please sign in to comment.