nicolium: more moving stuff around, reuse stuff

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-27 00:35:22 +01:00
parent 0c5b15ec7b
commit c51eaa198a
15 changed files with 48 additions and 84 deletions

View File

@@ -3,7 +3,7 @@ import React, { useState } from 'react';
import { FormattedMessage, defineMessages, useIntl } from 'react-intl';
import { otpVerify, verifyCredentials, switchAccount } from '@/actions/auth';
import { BigCard } from '@/components/big-card';
import { BigCard } from '@/components/ui/big-card';
import Button from '@/components/ui/button';
import Card, { CardBody, CardHeader, CardTitle } from '@/components/ui/card';
import Form from '@/components/ui/form';