refactor: remove now redundant controls imports
This commit is contained in:
parent
8efadd2547
commit
664a19a5c4
12 changed files with 20 additions and 41 deletions
|
|
@ -6,8 +6,7 @@ This program is free software: you can redistribute it and/or modify it under th
|
|||
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { map, valued, mul } from '../value.mjs';
|
||||
import controls from '../controls.mjs';
|
||||
const { n } = controls;
|
||||
import { n } from '../controls.mjs';
|
||||
|
||||
describe('Value', () => {
|
||||
it('unionWith', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue