This commit is contained in:
Maciej Caderek
2022-02-24 05:23:57 +01:00
parent f0cd4e9099
commit 6bb08b8807
2 changed files with 0 additions and 18 deletions

View File

@@ -45,7 +45,6 @@ import spatial from "./spatial";
import staunty from "./staunty";
import tatiana from "./tatiana";
import tfb from "./tfb";
import tfb2 from "./tfb2";
import traveller from "./traveller";
import utrecht from "./utrecht";
import wisdom from "./wisdom";
@@ -98,7 +97,6 @@ const piecesSets = {
staunty,
tatiana,
tfb,
tfb2,
traveller,
utrecht,
wisdom,

View File

@@ -1,16 +0,0 @@
const tfb2 = {
kw: "/pieces/tfb2/kw.svg",
qw: "/pieces/tfb2/qw.svg",
rw: "/pieces/tfb2/rw.svg",
bw: "/pieces/tfb2/bw.svg",
nw: "/pieces/tfb2/nw.svg",
pw: "/pieces/tfb2/pw.svg",
kb: "/pieces/tfb2/kb.svg",
qb: "/pieces/tfb2/qb.svg",
rb: "/pieces/tfb2/rb.svg",
bb: "/pieces/tfb2/bb.svg",
nb: "/pieces/tfb2/nb.svg",
pb: "/pieces/tfb2/pb.svg",
};
export default tfb2;