Skip to content

Commit

Permalink
fix: 🐛 fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 17, 2024
1 parent 101eeb6 commit de5459d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/interfaces/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { RfSensorParams } from './RfSensorParams';
export type { RfSensorParams } from './RfSensorParams';
2 changes: 1 addition & 1 deletion src/optimize/GoldenSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Orbital Object ToolKit. If not, see <http://www.gnu.org/licenses/>.
*/

import { DifferentiableFunction } from 'src/types/types';
import { DifferentiableFunction } from '../main';

// / Golden Section bounded single value optimizer.
export class GoldenSection {
Expand Down

0 comments on commit de5459d

Please sign in to comment.