Skip to content

Commit

Permalink
updates composable name
Browse files Browse the repository at this point in the history
  • Loading branch information
akolson committed Sep 30, 2022
1 parent fca8437 commit c4278c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/KResponsiveWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function addMediaQuery(query, callback) {
};
}

export default function useResponsiveWindow() {
export default function KResponsiveWindow() {
const windowWidth = ref(null);
const windowHeight = ref(null);
const windowBreakpoint = ref(null);
Expand Down

0 comments on commit c4278c2

Please sign in to comment.