Remove board alias

This commit is contained in:
Logan Hunt 2023-01-04 16:14:11 -07:00
parent 1536d0192f
commit fdc2287528
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -1,6 +1,6 @@
defmodule Chessh.SSH.Client do
alias IO.ANSI
alias Chessh.SSH.Client.{Menu, Board}
alias Chessh.SSH.Client.Menu
require Logger
use GenServer