mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-02-23 17:28:30 +00:00
14 lines
175 B
TypeScript
14 lines
175 B
TypeScript
import React from 'react';
|
|
import {
|
|
useDispatch,
|
|
} from 'react-redux';
|
|
|
|
export default function() {
|
|
const dispatch = useDispatch();
|
|
|
|
return <>
|
|
<p>
|
|
</p>
|
|
</>;
|
|
}
|