Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Nov 3, 2023
1 parent 0497381 commit 6b4f249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hooks/useCoords.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client';
"use client";

import { useEffect, useState } from 'react';
import { useEffect, useState } from "react";

export const useCoords = () => {
const [coords, setCoords] = useState<{
Expand All @@ -15,4 +15,4 @@ export const useCoords = () => {
}, []);

return coords;
};
};

0 comments on commit 6b4f249

Please sign in to comment.