mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-23 09:04:26 +01:00
export * from ~/components
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user