fix: update CodeBlock imports in all integration files
This commit is contained in:
parent
0200dbad84
commit
4e61f32ee0
5 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ import { Badge } from "@/components/ui/badge";
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Cuboid, Code2, Rocket, ExternalLink, CheckCircle2, AlertTriangle, Package } from "lucide-react";
|
||||
import CodeBlock from "@/components/dev-platform/CodeBlock";
|
||||
import { CodeBlock } from "@/components/dev-platform/ui/CodeBlock";
|
||||
|
||||
export default function DecentralandIntegration() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { Badge } from "@/components/ui/badge";
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Gamepad2, Code2, Rocket, ExternalLink, CheckCircle2, AlertTriangle, Package } from "lucide-react";
|
||||
import CodeBlock from "@/components/dev-platform/CodeBlock";
|
||||
import { CodeBlock } from "@/components/dev-platform/ui/CodeBlock";
|
||||
|
||||
export default function RecRoomIntegration() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { Badge } from "@/components/ui/badge";
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Globe, Code2, Rocket, ExternalLink, CheckCircle2, AlertTriangle, Package } from "lucide-react";
|
||||
import CodeBlock from "@/components/dev-platform/CodeBlock";
|
||||
import { CodeBlock } from "@/components/dev-platform/ui/CodeBlock";
|
||||
|
||||
export default function SpatialIntegration() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { Badge } from "@/components/ui/badge";
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Box, Code2, Rocket, ExternalLink, CheckCircle2, AlertTriangle, Package } from "lucide-react";
|
||||
import CodeBlock from "@/components/dev-platform/CodeBlock";
|
||||
import { CodeBlock } from "@/components/dev-platform/ui/CodeBlock";
|
||||
|
||||
export default function TheSandboxIntegration() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { Badge } from "@/components/ui/badge";
|
|||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Headset, Code2, Rocket, ExternalLink, CheckCircle2, AlertTriangle, Package } from "lucide-react";
|
||||
import CodeBlock from "@/components/dev-platform/CodeBlock";
|
||||
import { CodeBlock } from "@/components/dev-platform/ui/CodeBlock";
|
||||
|
||||
export default function VRChatIntegration() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue