Skip to content

Commit

Permalink
fix: update import path for usePanel in dialog composable
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 17, 2025
1 parent 93f6ebc commit 2a6d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/dialog.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { usePanel } from "kirbyuse";
import { usePanel } from "./panel";

/**
* Provides methods to open different types of dialogs.
Expand Down

0 comments on commit 2a6d8f4

Please sign in to comment.