Skip to content

Commit

Permalink
improve names
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 5, 2023
1 parent d998b53 commit 08c0109
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
Plugin,
PluginContext,
} from '~/types';
import { getOwner } from 'solid-js';
import { $CREATOR, $PLUGIN } from '~/api';

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/state/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
StoreApiDefinition,
} from '~/types';
import { onCleanup } from 'solid-js';
import { ApiDefinition } from '~/apiDefinition';
import { ApiDefinition } from '~/api-definition';
import { Container } from '~/container';
import { ResolvedPluginContext } from '~/resolved-plugin-context';

Expand Down

0 comments on commit 08c0109

Please sign in to comment.