Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 11, 2024
1 parent 07236fb commit d03d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createRandomTypesConfig } from './types';
import type { RandomTypesConfig, TypesConfig } from '../types/config';
import { makeMatrixSymmetric, makeTensorSymmetric } from '@/lib/math/operations';
import { makeMatrixSymmetric, makeTensorSymmetric } from '../math/operations';

export function copyConfigListValue(copyFrom: unknown[], copyTo: unknown[], defaultValue: number) {
for (const i in copyTo as Array<unknown>) {
Expand Down

0 comments on commit d03d8fe

Please sign in to comment.