button fix
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
7a60f17f2a
commit
8610c277af
@ -1,6 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { User, Award, Globe } from "lucide-react";
|
import { User, Award, Globe } from "lucide-react";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/button";
|
||||||
import { allAuthors } from "@/.content-collections/generated";
|
import { allAuthors } from "@/.content-collections/generated";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
@ -3,7 +3,7 @@ import { Inter, Podkova } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/button";
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user