Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Jun 16, 2024
1 parent 4b1eab7 commit f909b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/src/service/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './align_and_record';
export * from './arrange_and_record';
export * from './export_service';
export * from './group_and_record';
export * from './import_service';
export * from './mutate_graphs_and_record';
2 changes: 1 addition & 1 deletion packages/suika/src/components/ContextMenu/ContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { isWindows } from '@suika/common';
import {
arrangeAndRecord,
ArrangeType,
groupAndRecord,
type IHistoryStatus,
MutateGraphsAndRecord,
} from '@suika/core';
import { groupAndRecord } from '@suika/core/src/service/group_and_record';
import { type IPoint } from '@suika/geo';
import { type FC, useContext, useEffect, useState } from 'react';
import { FormattedMessage } from 'react-intl';
Expand Down

0 comments on commit f909b1e

Please sign in to comment.