Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed May 20, 2023
1 parent 74b6dc6 commit 02f6a33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions routes/index.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import { Head } from "$fresh/runtime.ts"
// import { tw } from "twind"
import Layout from "@/components/Layout.jsx"
import IconPill from "https://deno.land/x/[email protected]/tsx/pill.tsx"
import IconPill from "$icons/pill.tsx"

export default function Home() {
return (
<>
<Head>
<title>Seaside Pharmacy</title>
</Head>

<div class="mx-auto text-center max-w-sm my-5 bg-white border-blue border-dashed border-4 text-xl">
<div class="border-4 border-pink">
<div class="border-4 border-pink border-dotted">
Expand Down

0 comments on commit 02f6a33

Please sign in to comment.