Remove extensions from import paths

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 21:43:49 +04:00
parent 4bdf941d3a
commit e143477d66
139 changed files with 293 additions and 293 deletions

View File

@@ -3,7 +3,7 @@ import { Avatar, Badge, Button, Field, IconCrossLargeX, Option, Select } from "@
import { type ComponentProps, Suspense, useState } from "react";
import { type Control, Controller, type FieldValues, type Path } from "react-hook-form";
import { usePeople } from "#/hooks/graph/PeopleGraph.ts";
import { usePeople } from "#/hooks/graph/PeopleGraph";
type Person = {
id: string;

View File

@@ -3,7 +3,7 @@ import { Avatar, Field, Option, Select } from "@probo/ui";
import { type ComponentProps, Suspense } from "react";
import { type Control, Controller, type FieldPath, type FieldValues } from "react-hook-form";
import { usePeople } from "#/hooks/graph/PeopleGraph.ts";
import { usePeople } from "#/hooks/graph/PeopleGraph";
type Props<
TFieldValues extends FieldValues = FieldValues,

View File

@@ -4,7 +4,7 @@ import { Avatar, Badge, Button, Field, IconCrossLargeX, Option, Select } from "@
import { type ComponentProps, Suspense, useState } from "react";
import { type Control, Controller, type FieldValues, type Path } from "react-hook-form";
import { useVendors } from "#/hooks/graph/VendorGraph.ts";
import { useVendors } from "#/hooks/graph/VendorGraph";
type Vendor = {
id: string;