view data fixes
This commit is contained in:
@@ -11,15 +11,15 @@ import { Stack } from '@/ui/Stack';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { Toggle } from '@/ui/Toggle';
|
||||
import {
|
||||
AlertCircle,
|
||||
Bell,
|
||||
Building2,
|
||||
RefreshCw,
|
||||
Save
|
||||
AlertCircle,
|
||||
Bell,
|
||||
Building2,
|
||||
RefreshCw,
|
||||
Save
|
||||
} from 'lucide-react';
|
||||
import React from 'react';
|
||||
|
||||
export interface SponsorSettingsViewData {
|
||||
export interface SponsorSettingsViewData extends ViewData {
|
||||
profile: {
|
||||
companyName: string;
|
||||
contactName: string;
|
||||
|
||||
Reference in New Issue
Block a user