Skip to content

Commit

Permalink
A few reverts to limit the diff of the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Mar 4, 2024
1 parent fa8b6c0 commit f5aa4ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fronts-client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { render } from 'react-dom';
import { Provider } from 'react-redux';
import Raven from 'raven-js';
import { BrowserRouter } from 'react-router-dom';
import configureStore from './util/configureStore';
import configureStore from '/util/configureStore';
import pageConfig from 'util/extractConfigFromPage';
import App from 'components/App';
import { configReceived } from 'actions/Config';
Expand Down
2 changes: 1 addition & 1 deletion fronts-client/src/lib/dnd/Level.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export default <T extends any>(props: OuterProps<T>) => (
);

export {
type Move,
Move,
PosSpec,
LevelChild,
MoveHandler,
Expand Down
10 changes: 5 additions & 5 deletions fronts-client/src/lib/dnd/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export { default as DragAndDropRoot } from './Root';
export {
default as Level,
type Move,
type PosSpec,
type LevelChild,
type MoveHandler,
type DropHandler,
Move,
PosSpec,
LevelChild,
MoveHandler,
DropHandler,
} from './Level';
2 changes: 1 addition & 1 deletion fronts-client/src/util/storeMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const persistFavouriteFrontsOnEdit: (
};

export {
type PersistMeta,
PersistMeta,
persistCollectionOnEdit,
persistClipboardOnEdit,
persistOpenFrontsOnEdit,
Expand Down

0 comments on commit f5aa4ce

Please sign in to comment.