From d581e5b61a771ef8619a5bfbc84a6e337c7ca13f Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 21 Jan 2023 14:08:48 +1100 Subject: Move general utility funcs into util.ts --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store.ts') diff --git a/src/store.ts b/src/store.ts index d05b49f..5bbf584 100644 --- a/src/store.ts +++ b/src/store.ts @@ -3,8 +3,8 @@ */ import {defineStore} from 'pinia'; +import {Breakpoint, getBreakpoint, onTouchDevice} from './util'; import {HistDate, CalDate} from './lib'; -import {getBreakpoint, Breakpoint, onTouchDevice} from './lib'; // ========== For store state ========== -- cgit v1.2.3