Skip to content

Commit

Permalink
cleanup: Remove unused public files & format/sort code
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed May 25, 2024
1 parent d9becea commit b89c346
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
Binary file removed public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/focus.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import "@/styles/globals.css";

import type { AppProps } from "next/app";
import Head from "next/head";

Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from "react";

import { Inter } from "next/font/google";
import { useState } from "react";
import { useEffect } from "react";

const inter = Inter({ subsets: ["latin"] });

Expand Down
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
}

body {
color: rgb(var(--foreground-rgb));
background-color: var(--background-color);
transition: all 0.2s;
background-color: var(--background-color);
height: 100%;
color: rgb(var(--foreground-rgb));
}

@layer utilities {
Expand Down

0 comments on commit b89c346

Please sign in to comment.