website refactor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { ReactNode } from 'react';
|
||||
import { Container } from '@/ui/Container';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { ProfileSidebarTemplate } from '@/templates/ProfileSidebarTemplate';
|
||||
import { ProfileLayoutViewData } from '@/lib/view-data/ProfileLayoutViewData';
|
||||
import { ProfileSidebarTemplate } from '@/templates/ProfileSidebarTemplate';
|
||||
import { Container } from '@/ui/Container';
|
||||
import { Box } from '@/ui/primitives/Box';
|
||||
import { Stack } from '@/ui/primitives/Stack';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
interface ProfileLayoutShellTemplateProps {
|
||||
viewData: ProfileLayoutViewData;
|
||||
|
||||
Reference in New Issue
Block a user