Skip to content

Commit fc718c1

Browse files
committed
refactor: update import and export
1 parent 90eb359 commit fc718c1

File tree

22 files changed

+304
-313
lines changed

22 files changed

+304
-313
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export { default as BasicPath } from './basic-path';
2+
export { default as JupiterPath } from './jupiter-path';
3+
export { default as MainPath } from './main-path';
4+
export { default as MercuryPath } from './mercury-path';
5+
export { default as SaturnPath } from './saturn-path';
6+
export { default as UranusPath } from './uranus-path';
7+
export { default as VenusPath } from './venus-path';
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export { default as DeerPath } from './deer-path';
2+
export { default as DragonPath } from './dragon-path';
3+
export { default as HorsePath } from './horse-path';
4+
export { default as JaguarPath } from './jaguar-path';
5+
export { default as LeopardPath } from './leopard-path';
6+
export { default as PandaPath } from './panda-path';
7+
export { default as PegasusPath } from './pegasus-path';
8+
export { default as PumaPath } from './puma-path';
9+
export { default as RabbitPath } from './rabbit-path';
10+
export { default as ZebraPath } from './zebra-path';
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export { default as CNP1Path } from './cnp1-path';
2+
export { default as CNP2Path } from './cnp2-path';
3+
export { default as Gram1Path } from './gram1-path';
4+
export { default as Gram2Path } from './gram2-path';
5+
export { default as ThinkyouBridgePath } from './thinkyou-bridge-path';
6+
export { default as Thinkyou1Path } from './thinkyou1-path';
7+
export { default as Thinkyou2Path } from './thinkyou2-path';
8+
export { default as Thinkyou3Path } from './thinkyou3-path';
9+
export { default as WhisenPath } from './whisen-path';
10+
export { default as WhynotPath } from './whynot-path';
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
export { default as Apollo1Path } from './apollo1-path';
2+
export { default as Apollo2Path } from './apollo2-path';
3+
export { default as Apollo3Path } from './apollo3-path';
4+
export { default as Apollo4Path } from './apollo4-path';
5+
export { default as Apollo5Path } from './apollo5-path';
6+
export { default as Apollo6Path } from './apollo6-path';
7+
export { default as Athena2Path } from './athena2-path';
8+
export { default as Athena3Path } from './athena3-path';
9+
export { default as Hera1Path } from './hera1-path';
10+
export { default as Hera2Path } from './hera2-path';
11+
export { default as Hera3Path } from './hera3-path';
12+
export { default as Victoria1Path } from './victoria1-path';
13+
export { default as Victoria2Path } from './victoria2-path';
14+
export { default as Zeus1Path } from './zeus1-path';
15+
export { default as Zeus2Path } from './zeus2-path';
16+
export { default as Zeus3Sub1Path } from './zeus3-1-path';
17+
export { default as Zeus3Path } from './zeus3-path';
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export { default as BlueLiftPath } from './blue-lift-path';
2+
export { default as Lemon1Sub1LiftPath } from './lemon1-1-lift-path';
3+
export { default as Lemon1LiftPath } from './lemon1-lift-path';
4+
export { default as NewOrangeLiftPath } from './new-orange-lift-path';
5+
export { default as Orange2LiftPath } from './orange2-lift-path';
6+
export { default as Orange3LiftPath } from './orange3-lift-path';
7+
export { default as Silver6LiftPath } from './silver6-lift-path';
8+
export { default as Silver7LiftPath } from './silver7-lift-path';
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
export { default as AllegroPath } from './allegro-path';
2+
export { default as CadenzaPath } from './cadenza-path';
3+
export { default as ConnectionPath } from './connection-path';
4+
export { default as EasternPath } from './eastern-path';
5+
export { default as FreewayPath } from './freeway-path';
6+
export { default as MinuetPath } from './minuet-path';
7+
export { default as MozartPath } from './mozart-path';
8+
export { default as PanoramaPath } from './panorama-path';
9+
export { default as PolkaPath } from './polka-path';
10+
export { default as RaidersHighestPath } from './raiders-highest-path';
11+
export { default as RaidersLowestPath } from './raiders-lowest-path';
12+
export { default as RookiehillPath } from './rookiehill-path';
13+
export { default as SilkroadPath } from './silkroad-path';
14+
export { default as SoyokgihangPath } from './soyokgihang-path';
15+
export { default as SpitchLowestPath } from './spitch-lowest-path';
16+
export { default as SundownPath } from './sundown-path';
17+
export { default as TurboPath } from './turbo-path';
18+
export { default as WaltzPath } from './waltz-path';
19+
export { default as WesternPath } from './western-path';
20+
export { default as YamagaPath } from './yamaga-path';
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
export { default as Challenge1Path } from './challenge1-path';
2+
export { default as Challenge2Path } from './challenge2-path';
3+
export { default as Challenge3Path } from './challenge3-path';
4+
export { default as Dream1Path } from './dream1-path';
5+
export { default as Dream2Path } from './dream2-path';
6+
export { default as Fashion1Path } from './fashion1-path';
7+
export { default as Fashion2Path } from './fashion2-path';
8+
export { default as Glory1Path } from './glory1-path';
9+
export { default as Glory2Path } from './glory2-path';
10+
export { default as Glory3Path } from './glory3-path';
11+
export { default as HalfPipePath } from './half-pipe-path';
12+
export { default as HappyPath } from './happy-path';
13+
export { default as HeadPath } from './head-path';
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
export { default as ChampionPath } from './champion-path';
2+
export { default as DiggyPath } from './diggy-path';
3+
export { default as DukePath } from './duke-path';
4+
export { default as ExtremeParkPath } from './extreme-park-path';
5+
export { default as FantasyPath } from './fantasy-path';
6+
export { default as Hawk1Path } from './hawk1-path';
7+
export { default as Hawk2Path } from './hawk2-path';
8+
export { default as KiwiPath } from './kiwi-path';
9+
export { default as MogulPath } from './mogul-path';
10+
export { default as PanoramaPath } from './panorama-path';
11+
export { default as ParadisePath } from './paradise-path';
12+
export { default as PenguinPath } from './penguin-path';
13+
export { default as SlopeStylePath } from './slope-style-path';
14+
export { default as SparrowPath } from './sparrow-path';
15+
export { default as ValleyPath } from './valley-path';
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export { default as BalladPath } from './ballad-path';
2+
export { default as BluesPath } from './blues-path';
3+
export { default as ClassicPath } from './classic-path';
4+
export { default as FunkyPath } from './funky-path';
5+
export { default as HiphopPath } from './hiphop-path';
6+
export { default as JazzPath } from './jazz-path';
7+
export { default as ReggaePath } from './reggae-path';
8+
export { default as TechnoPath } from './techno-path';
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
export { default as Alpha1Path } from './alpha1-path';
2+
export { default as Alpha2Path } from './alpha2-path';
3+
export { default as Alpha3Path } from './alpha3-path';
4+
export { default as Bravo1Path } from './bravo1-path';
5+
export { default as Bravo2Path } from './bravo2-path';
6+
export { default as Challenge1Path } from './challenge1-path';
7+
export { default as Challenge2Path } from './challenge2-path';
8+
export { default as Challenge3Path } from './challenge3-path';
9+
export { default as Challenge4Path } from './challenge4-path';
10+
export { default as Challenge5Path } from './challenge5-path';
11+
export { default as DeltaPlusPath } from './delta-plus-path';
12+
export { default as Delta1Path } from './delta1-path';
13+
export { default as Delta2Path } from './delta2-path';
14+
export { default as Echo1Path } from './echo1-path';
15+
export { default as Echo2Path } from './echo2-path';
16+
export { default as Echo3Path } from './echo3-path';
17+
export { default as StarExpress1Path } from './star-express1-path';
18+
export { default as StarExpress2Path } from './star-express2-path';

0 commit comments

Comments
 (0)