Skip to content

Commit bcb5eba

Browse files
author
xiaoyusu
committed
feat: 修复格式错误
1 parent 79b1720 commit bcb5eba

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ Agents.md
5656
# VS code
5757
.vscode
5858
/generated/prisma
59+
60+
.idea

app/components/Features.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Card, CardContent } from "../../components/ui/card";
2-
import { Badge } from "../../components/ui/badge";
1+
import { Card, CardContent } from "@/components/ui/card";
2+
import { Badge } from "@/components/ui/badge";
33
import { Users, Zap, Heart } from "lucide-react";
44
import { Github as GithubIcon } from "./icons/Github";
55

File renamed without changes.

0 commit comments

Comments
 (0)