Skip to content

Commit

Permalink
fix(callout): 🐛 update nextra import location
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jan 3, 2022
1 parent f7e88d2 commit 9ba1d9c
Show file tree
Hide file tree
Showing 14 changed files with 253 additions and 114 deletions.
2 changes: 1 addition & 1 deletion pages/docs/components/forms/checkbox.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

import ComponentLinks from "@/components/ComponentLinks";

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/forms/input.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ComponentLinks from "@/components/ComponentLinks";
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

# Input

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/forms/radio.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

import ComponentLinks from "@/components/ComponentLinks";

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/forms/select.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ComponentLinks from "@/components/ComponentLinks";
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

# Input

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/forms/slider.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

import ComponentLinks from "@/components/ComponentLinks";

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/forms/switch.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ComponentLinks from "@/components/ComponentLinks";
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

# Switch

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/forms/textarea.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ComponentLinks from "@/components/ComponentLinks";
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

# Textarea

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/primitives/badge.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";
import ComponentLinks from "@/components/ComponentLinks";

# Badge
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/primitives/button.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

import ComponentLinks from "@/components/ComponentLinks";

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/components/primitives/tag.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

import ComponentLinks from "@/components/ComponentLinks";

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

# Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/usage-with-cra.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

# Setting up CRA with Renderlesskit

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/usage-with-nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Callout from "nextra-theme-docs/callout";
import Callout from "nextra-renderlesskit-theme-docs/callout";

# Setting up Next.js with Renderlesskit

Expand Down
341 changes: 240 additions & 101 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit 9ba1d9c

@vercel
Copy link

@vercel vercel bot commented on 9ba1d9c Jan 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.