@arc-js/core 0.0.58 → 0.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/hooks.jsx +2 -3
  2. package/package.json +1 -1
package/hooks.jsx CHANGED
@@ -1,9 +1,8 @@
1
+ import React from "react";
1
2
  import { useEffect } from 'react';
2
3
  import { useLocation, useNavigate, useParams, generatePath, createSearchParams, matchPath } from 'react-router-dom';
3
4
  import { getLang } from './utils';
4
- import { qust } from '@arc-js/qust';
5
- import React from "react"
6
-
5
+ import { qust } from '@arc-js/qust'
7
6
 
8
7
  function getParams() {
9
8
  const queryString = window.location.search;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.0.58",
6
+ "version": "0.0.59",
7
7
  "description": "CORE est un ensemble de hooks et utilitaires de routage avancés pour les applications React avec TypeScript/JavaScript. Il fournit des fonctionnalités de navigation avancées, une gestion automatique des langues et des utilitaires pour simplifier le développement d'applications React Router.",
8
8
  "main": "index.js",
9
9
  "keywords": [],