Skip to content

Commit

Permalink
refactor: update import and export
Browse files Browse the repository at this point in the history
  • Loading branch information
Najeong-Kim committed Dec 1, 2024
1 parent 90eb359 commit fc718c1
Show file tree
Hide file tree
Showing 22 changed files with 304 additions and 313 deletions.
7 changes: 7 additions & 0 deletions src/entities/slope/model/image/eden/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export { default as BasicPath } from './basic-path';
export { default as JupiterPath } from './jupiter-path';
export { default as MainPath } from './main-path';
export { default as MercuryPath } from './mercury-path';
export { default as SaturnPath } from './saturn-path';
export { default as UranusPath } from './uranus-path';
export { default as VenusPath } from './venus-path';
10 changes: 10 additions & 0 deletions src/entities/slope/model/image/elysian-gangchon/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export { default as DeerPath } from './deer-path';
export { default as DragonPath } from './dragon-path';
export { default as HorsePath } from './horse-path';
export { default as JaguarPath } from './jaguar-path';
export { default as LeopardPath } from './leopard-path';
export { default as PandaPath } from './panda-path';
export { default as PegasusPath } from './pegasus-path';
export { default as PumaPath } from './puma-path';
export { default as RabbitPath } from './rabbit-path';
export { default as ZebraPath } from './zebra-path';
10 changes: 10 additions & 0 deletions src/entities/slope/model/image/gonjiam/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export { default as CNP1Path } from './cnp1-path';
export { default as CNP2Path } from './cnp2-path';
export { default as Gram1Path } from './gram1-path';
export { default as Gram2Path } from './gram2-path';
export { default as ThinkyouBridgePath } from './thinkyou-bridge-path';
export { default as Thinkyou1Path } from './thinkyou1-path';
export { default as Thinkyou2Path } from './thinkyou2-path';
export { default as Thinkyou3Path } from './thinkyou3-path';
export { default as WhisenPath } from './whisen-path';
export { default as WhynotPath } from './whynot-path';
17 changes: 17 additions & 0 deletions src/entities/slope/model/image/high1/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export { default as Apollo1Path } from './apollo1-path';
export { default as Apollo2Path } from './apollo2-path';
export { default as Apollo3Path } from './apollo3-path';
export { default as Apollo4Path } from './apollo4-path';
export { default as Apollo5Path } from './apollo5-path';
export { default as Apollo6Path } from './apollo6-path';
export { default as Athena2Path } from './athena2-path';
export { default as Athena3Path } from './athena3-path';
export { default as Hera1Path } from './hera1-path';
export { default as Hera2Path } from './hera2-path';
export { default as Hera3Path } from './hera3-path';
export { default as Victoria1Path } from './victoria1-path';
export { default as Victoria2Path } from './victoria2-path';
export { default as Zeus1Path } from './zeus1-path';
export { default as Zeus2Path } from './zeus2-path';
export { default as Zeus3Sub1Path } from './zeus3-1-path';
export { default as Zeus3Path } from './zeus3-path';
8 changes: 8 additions & 0 deletions src/entities/slope/model/image/jisan/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export { default as BlueLiftPath } from './blue-lift-path';
export { default as Lemon1Sub1LiftPath } from './lemon1-1-lift-path';
export { default as Lemon1LiftPath } from './lemon1-lift-path';
export { default as NewOrangeLiftPath } from './new-orange-lift-path';
export { default as Orange2LiftPath } from './orange2-lift-path';
export { default as Orange3LiftPath } from './orange3-lift-path';
export { default as Silver6LiftPath } from './silver6-lift-path';
export { default as Silver7LiftPath } from './silver7-lift-path';
20 changes: 20 additions & 0 deletions src/entities/slope/model/image/muju/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
export { default as AllegroPath } from './allegro-path';
export { default as CadenzaPath } from './cadenza-path';
export { default as ConnectionPath } from './connection-path';
export { default as EasternPath } from './eastern-path';
export { default as FreewayPath } from './freeway-path';
export { default as MinuetPath } from './minuet-path';
export { default as MozartPath } from './mozart-path';
export { default as PanoramaPath } from './panorama-path';
export { default as PolkaPath } from './polka-path';
export { default as RaidersHighestPath } from './raiders-highest-path';
export { default as RaidersLowestPath } from './raiders-lowest-path';
export { default as RookiehillPath } from './rookiehill-path';
export { default as SilkroadPath } from './silkroad-path';
export { default as SoyokgihangPath } from './soyokgihang-path';
export { default as SpitchLowestPath } from './spitch-lowest-path';
export { default as SundownPath } from './sundown-path';
export { default as TurboPath } from './turbo-path';
export { default as WaltzPath } from './waltz-path';
export { default as WesternPath } from './western-path';
export { default as YamagaPath } from './yamaga-path';
13 changes: 13 additions & 0 deletions src/entities/slope/model/image/o2/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export { default as Challenge1Path } from './challenge1-path';
export { default as Challenge2Path } from './challenge2-path';
export { default as Challenge3Path } from './challenge3-path';
export { default as Dream1Path } from './dream1-path';
export { default as Dream2Path } from './dream2-path';
export { default as Fashion1Path } from './fashion1-path';
export { default as Fashion2Path } from './fashion2-path';
export { default as Glory1Path } from './glory1-path';
export { default as Glory2Path } from './glory2-path';
export { default as Glory3Path } from './glory3-path';
export { default as HalfPipePath } from './half-pipe-path';
export { default as HappyPath } from './happy-path';
export { default as HeadPath } from './head-path';
15 changes: 15 additions & 0 deletions src/entities/slope/model/image/phoenix/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export { default as ChampionPath } from './champion-path';
export { default as DiggyPath } from './diggy-path';
export { default as DukePath } from './duke-path';
export { default as ExtremeParkPath } from './extreme-park-path';
export { default as FantasyPath } from './fantasy-path';
export { default as Hawk1Path } from './hawk1-path';
export { default as Hawk2Path } from './hawk2-path';
export { default as KiwiPath } from './kiwi-path';
export { default as MogulPath } from './mogul-path';
export { default as PanoramaPath } from './panorama-path';
export { default as ParadisePath } from './paradise-path';
export { default as PenguinPath } from './penguin-path';
export { default as SlopeStylePath } from './slope-style-path';
export { default as SparrowPath } from './sparrow-path';
export { default as ValleyPath } from './valley-path';
8 changes: 8 additions & 0 deletions src/entities/slope/model/image/vivaldipark/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export { default as BalladPath } from './ballad-path';
export { default as BluesPath } from './blues-path';
export { default as ClassicPath } from './classic-path';
export { default as FunkyPath } from './funky-path';
export { default as HiphopPath } from './hiphop-path';
export { default as JazzPath } from './jazz-path';
export { default as ReggaePath } from './reggae-path';
export { default as TechnoPath } from './techno-path';
18 changes: 18 additions & 0 deletions src/entities/slope/model/image/wellihilli/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
export { default as Alpha1Path } from './alpha1-path';
export { default as Alpha2Path } from './alpha2-path';
export { default as Alpha3Path } from './alpha3-path';
export { default as Bravo1Path } from './bravo1-path';
export { default as Bravo2Path } from './bravo2-path';
export { default as Challenge1Path } from './challenge1-path';
export { default as Challenge2Path } from './challenge2-path';
export { default as Challenge3Path } from './challenge3-path';
export { default as Challenge4Path } from './challenge4-path';
export { default as Challenge5Path } from './challenge5-path';
export { default as DeltaPlusPath } from './delta-plus-path';
export { default as Delta1Path } from './delta1-path';
export { default as Delta2Path } from './delta2-path';
export { default as Echo1Path } from './echo1-path';
export { default as Echo2Path } from './echo2-path';
export { default as Echo3Path } from './echo3-path';
export { default as StarExpress1Path } from './star-express1-path';
export { default as StarExpress2Path } from './star-express2-path';
20 changes: 20 additions & 0 deletions src/entities/slope/model/image/yongpyong/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
export { default as BluePath } from './blue-path';
export { default as DragonParkPath } from './dragon-park-path';
export { default as GoldFantasticPath } from './gold-fantastic-path';
export { default as GoldParadisePath } from './gold-paradise-path';
export { default as GoldValleyPath } from './gold-valley-path';
export { default as MegaGreenPath } from './mega-green-path';
export { default as NewGoldPath } from './new-gold-path';
export { default as NewRedPath } from './new-red-path';
export { default as NewYellowPath } from './new-yellow-path';
export { default as PinkPath } from './pink-path';
export { default as RainbowParadisePath } from './rainbow-paradise-path';
export { default as Rainbow1Path } from './rainbow1-path';
export { default as Rainbow2Path } from './rainbow2-path';
export { default as Rainbow3Path } from './rainbow3-path';
export { default as Rainbow4Path } from './rainbow4-path';
export { default as RedParadisePath } from './red-paradise-path';
export { default as RedPath } from './red-path';
export { default as SilverParadisePath } from './silver-paradise-path';
export { default as SilverPath } from './silver-path';
export { default as YellowPath } from './yellow-path';
22 changes: 8 additions & 14 deletions src/entities/slope/model/resorts/eden.tsx
Original file line number Diff line number Diff line change
@@ -1,45 +1,39 @@
'use client';

import MapImage from '@public/maps/eden.png';
import BasicPath from '../image/eden/basic-path';
import JupiterPath from '../image/eden/jupiter-path';
import MainPath from '../image/eden/main-path';
import MercuryPath from '../image/eden/mercury-path';
import SaturnPath from '../image/eden/saturn-path';
import UranusPath from '../image/eden/uranus-path';
import VenusPath from '../image/eden/venus-path';
import * as Slope from '../image/eden';
import type { ResortConstant } from '../model';

export const EDEN: ResortConstant = {
MapComponent: MapImage,
slopes: [
{
id: 135,
PathAsset: BasicPath,
PathAsset: Slope.BasicPath,
},
{
id: 136,
PathAsset: MainPath,
PathAsset: Slope.MainPath,
},
{
id: 137,
PathAsset: JupiterPath,
PathAsset: Slope.JupiterPath,
},
{
id: 138,
PathAsset: SaturnPath,
PathAsset: Slope.SaturnPath,
},
{
id: 139,
PathAsset: UranusPath,
PathAsset: Slope.UranusPath,
},
{
id: 140,
PathAsset: MercuryPath,
PathAsset: Slope.MercuryPath,
},
{
id: 141,
PathAsset: VenusPath,
PathAsset: Slope.VenusPath,
},
],
webcams: [
Expand Down
31 changes: 11 additions & 20 deletions src/entities/slope/model/resorts/elysian-gangchon.tsx
Original file line number Diff line number Diff line change
@@ -1,60 +1,51 @@
'use client';

import ElysianGangchonMap from '@public/maps/elysian-gangchon.png';
import DeerPath from '../image/elysian-gangchon/deer-path';
import DragonPath from '../image/elysian-gangchon/dragon-path';
import HorsePath from '../image/elysian-gangchon/horse-path';
import JaguarPath from '../image/elysian-gangchon/jaguar-path';
import LeopardPath from '../image/elysian-gangchon/leopard-path';
import PandaPath from '../image/elysian-gangchon/panda-path';
import PegasusPath from '../image/elysian-gangchon/pegasus-path';
import PumaPath from '../image/elysian-gangchon/puma-path';
import RabbitPath from '../image/elysian-gangchon/rabbit-path';
import ZebraPath from '../image/elysian-gangchon/zebra-path';
import * as Slope from '../image/elysian-gangchon';
import type { ResortConstant } from '../model';

export const ELYSIAN_GANGCHON: ResortConstant = {
MapComponent: ElysianGangchonMap,
slopes: [
{
id: 29,
PathAsset: PandaPath,
PathAsset: Slope.PandaPath,
},
{
id: 30,
PathAsset: RabbitPath,
PathAsset: Slope.RabbitPath,
},
{
id: 31,
PathAsset: DragonPath,
PathAsset: Slope.DragonPath,
},
{
id: 32,
PathAsset: HorsePath,
PathAsset: Slope.HorsePath,
},
{
id: 33,
PathAsset: PegasusPath,
PathAsset: Slope.PegasusPath,
},
{
id: 34,
PathAsset: ZebraPath,
PathAsset: Slope.ZebraPath,
},
{
id: 35,
PathAsset: DeerPath,
PathAsset: Slope.DeerPath,
},
{
id: 36,
PathAsset: PumaPath,
PathAsset: Slope.PumaPath,
},
{
id: 37,
PathAsset: LeopardPath,
PathAsset: Slope.LeopardPath,
},
{
id: 38,
PathAsset: JaguarPath,
PathAsset: Slope.JaguarPath,
},
],
webcams: [
Expand Down
31 changes: 11 additions & 20 deletions src/entities/slope/model/resorts/gonjiam.tsx
Original file line number Diff line number Diff line change
@@ -1,60 +1,51 @@
'use client';

import GonjiamMap from '@public/maps/gonjiam.png';
import CNP1Path from '../image/gonjiam/cnp1-path';
import CNP2Path from '../image/gonjiam/cnp2-path';
import Gram1Path from '../image/gonjiam/gram1-path';
import Gram2Path from '../image/gonjiam/gram2-path';
import ThinkyouBridgePath from '../image/gonjiam/thinkyou-bridge-path';
import Thinkyou1Path from '../image/gonjiam/thinkyou1-path';
import Thinkyou2Path from '../image/gonjiam/thinkyou2-path';
import Thinkyou3Path from '../image/gonjiam/thinkyou3-path';
import WhisenPath from '../image/gonjiam/whisen-path';
import WhynotPath from '../image/gonjiam/whynot-path';
import * as Slope from '../image/gonjiam';
import type { ResortConstant } from '../model';

export const GONJIAM: ResortConstant = {
MapComponent: GonjiamMap,
slopes: [
{
id: 9,
PathAsset: WhisenPath,
PathAsset: Slope.WhisenPath,
},
{
id: 10,
PathAsset: WhynotPath,
PathAsset: Slope.WhynotPath,
},
{
id: 11,
PathAsset: Gram1Path,
PathAsset: Slope.Gram1Path,
},
{
id: 12,
PathAsset: Gram2Path,
PathAsset: Slope.Gram2Path,
},
{
id: 13,
PathAsset: CNP1Path,
PathAsset: Slope.CNP1Path,
},
{
id: 14,
PathAsset: CNP2Path,
PathAsset: Slope.CNP2Path,
},
{
id: 15,
PathAsset: Thinkyou1Path,
PathAsset: Slope.Thinkyou1Path,
},
{
id: 16,
PathAsset: Thinkyou2Path,
PathAsset: Slope.Thinkyou2Path,
},
{
id: 17,
PathAsset: Thinkyou3Path,
PathAsset: Slope.Thinkyou3Path,
},
{
id: 18,
PathAsset: ThinkyouBridgePath,
PathAsset: Slope.ThinkyouBridgePath,
},
],
webcams: [
Expand Down
Loading

0 comments on commit fc718c1

Please sign in to comment.