Skip to content

Commit

Permalink
v1.0.16-beta
Browse files Browse the repository at this point in the history
- Fixes improper type import
  • Loading branch information
iPaulPro committed Mar 27, 2023
1 parent e7cca9f commit ee4e869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "focalize",
"private": true,
"version": "1.0.15",
"version": "1.0.16",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 1 addition & 2 deletions src/new-post/NewPost.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
import {
author, collectFee, content, cover, description, file, attachments, draftId, title, publicationState,
clearPostState, loadFromDraft,
clearPostState, loadFromDraft, PublicationState,
} from '../lib/store/state-store';
import type {PublicationState} from '../lib/store/state-store';
import {currentUser} from "../lib/store/user-store";
import {
compactMode, darkMode, dispatcherDialogShown, showLocales, useDispatcher, useRelay, welcomeShown
Expand Down

0 comments on commit ee4e869

Please sign in to comment.