X-Git-Url: https://git.xangelo.ca/?p=sketchy-heroes.git;a=blobdiff_plain;f=src%2Froutes%2Ffight%2Findex.ts;fp=src%2Froutes%2Ffight%2Findex.ts;h=29a0f6636a5ffd124167f2c71942f673460fc9e4;hp=0000000000000000000000000000000000000000;hb=7aa7248bc4f3f59a002beb98fa889a9da3c25866;hpb=9cec2c639563092ed050716db1e7e4657f937bf5 diff --git a/src/routes/fight/index.ts b/src/routes/fight/index.ts new file mode 100644 index 0000000..29a0f66 --- /dev/null +++ b/src/routes/fight/index.ts @@ -0,0 +1,2 @@ +export * from './start'; +export * from './fight';