Skip to content

Commit

Permalink
Fix storyboards page pagination missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Apr 7, 2024
1 parent dfdaf48 commit 68b45c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/pages/storyboard/Storyboards.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import LL from '../../i18n/i18n-svelte';
import CreateStoryboard from '../../components/storyboard/CreateStoryboard.svelte';
import BoxList from '../../components/BoxList.svelte';
import Pagination from '../../components/global/Pagination.svelte';
export let xfetch;
export let notifications;
Expand Down

0 comments on commit 68b45c9

Please sign in to comment.