mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
import grouping and sorting with Prettier plugin
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { TournamentFormProps } from "@/types";
|
||||
import { useRef, useState } from "react";
|
||||
import { LatLngLiteral } from "leaflet";
|
||||
|
||||
import { useAtomValue } from "jotai";
|
||||
import { LatLngLiteral } from "leaflet";
|
||||
|
||||
import { franceCenterAtom } from "@/app/atoms";
|
||||
import { TournamentFormProps } from "@/types";
|
||||
|
||||
export const useTournamentForm = (): TournamentFormProps => {
|
||||
const center = useAtomValue(franceCenterAtom);
|
||||
|
||||
Reference in New Issue
Block a user