Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 8e356ac

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: rerun tests
1 parent 282e1f4 commit 8e356ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/dashboard/register-app/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { RegisterAppDialogSuccess } from '../components/Dialogs/RegisterAppDialo
77
import { IRegisterAppForm } from '../types';
88
import useAuthContext from '@site/src/hooks/useAuthContext';
99

10+
//test
11+
1012
const AppRegistration = () => {
1113
const { send: registerApp, error, clear, data } = useWS('app_register');
1214
const { currentLoginAccount } = useAuthContext();

0 commit comments

Comments
 (0)