fix: remove all linter errors
This commit is contained in:
@@ -2,13 +2,10 @@ import { PageProps } from "fresh";
|
||||
import { Partial } from "fresh/runtime";
|
||||
|
||||
export default function App({ Component }: PageProps) {
|
||||
const globalCss = Deno.readTextFileSync("./static/global.css");
|
||||
|
||||
return (
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/prism-material-dark.css" />
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
@@ -30,7 +27,7 @@ export default function App({ Component }: PageProps) {
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
/>
|
||||
<style dangerouslySetInnerHTML={{ __html: globalCss }} />
|
||||
<link rel="stylesheet" href="/global.css" />
|
||||
<title>Memorium</title>
|
||||
</head>
|
||||
<body f-client-nav>
|
||||
|
||||
Reference in New Issue
Block a user