diff --git a/composables/useError.js b/composables/useErrorLogging.js similarity index 92% rename from composables/useError.js rename to composables/useErrorLogging.js index 1c2e742..298ccd0 100644 --- a/composables/useError.js +++ b/composables/useErrorLogging.js @@ -1,5 +1,5 @@ -export const useError = (resourceType) => { +export const useErrorLogging = (resourceType) => { const supabase = useSupabaseClient() const toast = useToast() const profileStore = useProfileStore()