fix: remove checking buf until I can figure out how to not use buf.lock
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
import { coolForm } from "./coolforms.svelte";
|
||||
import { newState } from "./conststate.svelte";
|
||||
import { coolForm } from './coolforms.svelte';
|
||||
import { newState } from './conststate.svelte';
|
||||
|
||||
export {
|
||||
coolForm,
|
||||
newState
|
||||
};
|
||||
export { coolForm, newState };
|
||||
|
Reference in New Issue
Block a user