Create proper validation library. Rewrite new-function-draft component.
This commit is contained in:
parent
0941756bf9
commit
8e4dcb5de7
8 changed files with 366 additions and 55 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { For, Match, Switch } from "solid-js";
|
||||
import { ExprREPL } from "./REPL";
|
||||
import { scrowl } from "./scrowlStore";
|
||||
import { FunctionDigith, NewFunctionDraftDigith } from "./Function";
|
||||
import { NewFunctionDraftDigith } from "./Function/NewFunctionDraftDigith";
|
||||
import { FunctionDigith } from "./Function/FunctionDigith";
|
||||
import { Digith } from "./Digith";
|
||||
|
||||
// WTF are these names?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue