Skip to content

Commit

Permalink
style: standardize quotes in deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VldMrgnn committed Jan 1, 2025
1 parent 6b77fea commit fe5afb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export {
useScope,
} from "https://deno.land/x/[email protected]/mod.ts";

import React from 'https://esm.sh/[email protected]?pin=v135';
import React from "https://esm.sh/[email protected]?pin=v135";

export type { JSX } from 'https://esm.sh/[email protected]?pin=v135';
export type { JSX } from "https://esm.sh/[email protected]?pin=v135";

export { React };
export {
Expand Down

0 comments on commit fe5afb5

Please sign in to comment.