chore: fix import order

pull/2601/head
Steven 1 year ago
parent 15425093af
commit b2d898dc15

@ -5,9 +5,9 @@ import (
"database/sql"
"strings"
"github.com/pkg/errors"
"google.golang.org/protobuf/encoding/protojson"
"github.com/pkg/errors"
storepb "github.com/usememos/memos/proto/gen/store"
"github.com/usememos/memos/store"
)

Loading…
Cancel
Save