feat: better components
This commit is contained in:
7
client/src/lib/coolforms/index.ts
Normal file
7
client/src/lib/coolforms/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { coolForm } from "./coolforms.svelte";
|
||||
import { newState } from "./conststate.svelte";
|
||||
|
||||
export {
|
||||
coolForm,
|
||||
newState
|
||||
};
|
Reference in New Issue
Block a user