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

@@ -11,10 +11,10 @@ import {
import { createPortal } from "react-dom";
import { Link } from "react-router";
import { Logo } from "../Atoms/Logo/Logo.tsx";
import { Sidebar } from "../Atoms/Sidebar/Sidebar.tsx";
import { Toasts } from "../Atoms/Toasts/Toasts.tsx";
import { ConfirmDialog } from "../Molecules/Dialog/ConfirmDialog.tsx";
import { Logo } from "../Atoms/Logo/Logo";
import { Sidebar } from "../Atoms/Sidebar/Sidebar";
import { Toasts } from "../Atoms/Toasts/Toasts";
import { ConfirmDialog } from "../Molecules/Dialog/ConfirmDialog";
type Props = PropsWithChildren<{
headerLeading?: ReactNode;