export * from ~/components

This commit is contained in:
gawlk
2023-08-18 13:18:08 +02:00
committed by Paul Miller
parent 4d5c75fc84
commit 8fa30119e1
66 changed files with 320 additions and 1593 deletions

View File

@@ -1,5 +1,5 @@
import { useLocation, useNavigate } from "solid-start";
import { BackButton } from "./BackButton";
import { BackButton } from "~/components";
import { useI18n } from "~/i18n/context";
type StateWithPrevious = {