Skip to content

Commit 120205c

Browse files
committed
Remove warnings.
1 parent d4b3dcd commit 120205c

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

src/components/header/header-actions.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
import ButtonLink from "../button-link/button-link.astro";
32
import Button from "@ui/Button.astro";
43
import HeaderButton from "./header-button.astro";
54
import Search from "astro-pagefind/components/Search";

src/components/keynoters/keynoter.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ export interface Props {
1919
2020
const {
2121
name,
22-
slug,
2322
tagline,
2423
image,
2524
placeholder,
26-
order,
2725
class: className,
2826
} = Astro.props;
2927

src/components/sections/prague.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
import Button from "@ui/Button.astro";
3-
import { Title } from "@components/typography/title";
43
import { Image } from "astro:assets";
54
import pragueImage from "@assets/prague2.jpg";
65
import Logo from "@assets/prague.svg";

src/components/sections/updates.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
33
import { CardContainer } from "@components/card/card-container";
4-
import { Title } from "@components/typography/title";
54
import DeadlineCard from "@components/deadline-card.astro";
65
import Headline from "@ui/Headline.astro"
76
import { getCollection } from "astro:content";

src/content/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineCollection, reference, z } from "astro:content";
2-
import { file } from "astro/loaders";
32

43
const tiers = [
54
"Keystone",

0 commit comments

Comments
 (0)