1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 13:29:35 +02:00

Split categories and bookmarks forms into separate files. Added visibility functionality to categories and bookmarks

This commit is contained in:
Paweł Malak 2021-11-09 23:40:58 +01:00
parent f127a354ef
commit d83e3056c6
16 changed files with 484 additions and 369 deletions

View file

@ -1,6 +1,6 @@
import axios from 'axios';
import { store } from '../store/store';
import { createNotification } from '../store/actions';
import { createNotification } from '../store/action-creators';
export const checkVersion = async (isForced: boolean = false) => {
try {