feat(WIP): processing 건국, 다른 메뉴 UI 통일
- lazy loading은 의미가 없으므로 롤백
This commit is contained in:
@@ -63,4 +63,13 @@ export type procNationItem = {
|
||||
notAvailable?: boolean,
|
||||
};
|
||||
|
||||
export type procNationList = procNationItem[];
|
||||
export type procNationList = procNationItem[];
|
||||
|
||||
export type procNationTypeItem = {
|
||||
type: string,
|
||||
name: string,
|
||||
pros: string,
|
||||
cons: string,
|
||||
}
|
||||
|
||||
export type procNationTypeList = Record<string, procNationTypeItem>;
|
||||
Reference in New Issue
Block a user