chore: update deps

This commit is contained in:
Andrea
2024-02-05 17:41:19 +01:00
parent 6b453ddc2d
commit 398e00542b
6 changed files with 26 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
import type { LoaderFunctionArgs } from "@remix-run/node";
import { useLoaderData } from "@remix-run/react";
import { getMDXComponent } from "mdx-bundler/client";
import { getMDXComponent } from "mdx-bundler/client/index.js";
import React from "react";
import { BlogWrapper } from "~/components/BlogWrapper";
import { Title } from "~/components/Title";