Skip to content

Commit 2c7ba34

Browse files
authored
Update app.tsx dodano import deault z osobnego pliku
1 parent be8e548 commit 2c7ba34

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

docs/app/app.tsx

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import * as MathF from "../logic/mathFunc.ts";
1414
import { PlotHtmlTable } from "../ui/PlotHtmlTable.tsx";
1515
import generTable1 from "../data/generTable1.ts";
1616

17+
18+
import { defaultOrderingTable1} from "../config/default.ts";
19+
20+
1721
type StatePlotMap = Map<string, (number | boolean)[]>;
1822

1923
//const resultM = signal<ExcelResults>(new Map<string, ExcelNestedN>());
@@ -162,28 +166,7 @@ export function App() {
162166
//" ",
163167
["=||", 20],
164168
])}
165-
defaultValues={[
166-
"ki",
167-
"mi",
168-
"li",
169-
"i",
170-
"hi",
171-
"kiA",
172-
"kiZ",
173-
"=||",
174-
"h",
175-
"hA",
176-
"hZ",
177-
"hAZ",
178-
"=||",
179-
"kjZ",
180-
"kjA",
181-
"hj",
182-
"j",
183-
"lj",
184-
"wj",
185-
"kj",
186-
]}
169+
defaultValues={defaultOrderingTable1}
187170
values={plotSet.value}
188171
titleAvailable="Dostępne:"
189172
titleSelected="Wybrane:"

0 commit comments

Comments
 (0)