@akinon/pz-akifast 1.42.0-rc.4 → 1.42.0-rc.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/src/views/QuickLoginButton.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import { Button } from '
|
2
|
+
import { Button } from '@akinon/next/components';
|
3
3
|
import { PluginModuleComponentProps } from '@akinon/next/types';
|
4
4
|
|
5
5
|
interface QuickLoginButtonProps extends PluginModuleComponentProps {
|