removed non used imports
This commit is contained in:
parent
38a8a47ef3
commit
90ed31b159
@ -1,5 +1,4 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import Navbar from "@/components/navbar";
|
import Navbar from "@/components/navbar";
|
||||||
|
|
||||||
function Layout({ children }: { children: JSX.Element }) {
|
function Layout({ children }: { children: JSX.Element }) {
|
||||||
|
|||||||
@ -1,9 +1,4 @@
|
|||||||
import { Hero, Projects } from "@/components/setions";
|
import { Hero, Projects } from "@/components/setions";
|
||||||
import { Button } from "@/components/ui/button";
|
|
||||||
import { projects } from "@/constants";
|
|
||||||
import { ArrowRight } from "lucide-react";
|
|
||||||
import Image from "next/image";
|
|
||||||
import Link from "next/link";
|
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -2,8 +2,8 @@ import type { Metadata } from "next";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "Pablo Shortman",
|
||||||
description: "Generated by create next app",
|
// description: "Generated by create next app",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user