Skip to content

Commit

Permalink
Import order
Browse files Browse the repository at this point in the history
  • Loading branch information
tiliv committed Apr 25, 2024
1 parent d778664 commit b8dd08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DisplayWorld.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import useInteraction from '../hooks/useInteraction';
import useStats from '../hooks/useStats';
import useSave from '../hooks/useSave';
import { list } from '../actions/Load';
import { ACTIONS } from '../Actions';
import * as Buy from '../actions/Buy';
import { ACTIONS } from '../Actions';
import { renderTemplate, keyAlias } from '../utils';

export default function DisplayWorld({
Expand Down

0 comments on commit b8dd08c

Please sign in to comment.