Skip to content

Commit

Permalink
Move custom typings reference tag to top
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed Mar 13, 2022
1 parent e4660df commit 311f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/impl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="./custom_typings/@sabaki/deadstones" />
import Board, { Vertex, Sign } from "@sabaki/go-board";
import { Methods, Context } from "./.hathora/methods";
import { Response } from "../api/base";
/// <reference types="./custom_typings/@sabaki/deadstones" />
import sabakiDeadstones from "@sabaki/deadstones";
import {
Color,
Expand Down

0 comments on commit 311f7ee

Please sign in to comment.