Skip to content

Commit

Permalink
Remove Button component
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Nov 12, 2024
1 parent 543da61 commit 70a631d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 127 deletions.
99 changes: 0 additions & 99 deletions app/components/Button.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { MetaFunction } from "@remix-run/node";
import Button from "~/components/Button";
import AccountBalanceIcon from "@digitalservicebund/icons/AccountBalance";

export const meta: MetaFunction = () => {
return [
Expand All @@ -15,16 +13,6 @@ export default function Index() {
<h1 className={"ds-heading-01-reg mb-40"}>
Hello Kommunikationsplattform!
</h1>
<div>
<Button
look="primary"
text="Cool"
iconRight={<AccountBalanceIcon />}
onClick={() => {
alert("Hi");
}}
/>
</div>
</main>
);
}
16 changes: 0 additions & 16 deletions app/util/url.ts

This file was deleted.

0 comments on commit 70a631d

Please sign in to comment.