Skip to content

Commit

Permalink
deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboon committed Jun 13, 2024
1 parent 513f832 commit 35bc8da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const yamlPlugin = {
};

const site = lume({
src: "src"
src: "src",
});

site.use(esbuild({
Expand Down
6 changes: 3 additions & 3 deletions src/_deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { useEffect, useState } from 'preact/hooks'
export { h, render } from 'preact'
export { Signal, signal, useSignal } from '@preact/signals'
export { useEffect, useState } from "preact/hooks";
export { h, render } from "preact";
export { Signal, signal, useSignal } from "@preact/signals";

0 comments on commit 35bc8da

Please sign in to comment.