import { useStorage } from '@vueuse/core'; export const groupSimilarTimeEntriesSetting = useStorage( 'group-similar-time-entries', true );