fixing @components imports

This commit is contained in:
2024-12-11 16:59:49 -05:00
parent da51502861
commit 7891f7fb1b
7 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { Button } from "src/components/ui/button"
import { Button } from "@components/ui/button"
export default function About() {