mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
restructure scm-ui and use ui-components and ui-types
This commit is contained in:
@@ -14,13 +14,13 @@ import type { BrowserHistory } from "history/createBrowserHistory";
|
||||
|
||||
import createReduxStore from "./createReduxStore";
|
||||
import { ConnectedRouter } from "react-router-redux";
|
||||
import PluginLoader from "./components/PluginLoader";
|
||||
import PluginLoader from "./containers/PluginLoader";
|
||||
|
||||
import { contextPath } from "./urls";
|
||||
import { urls } from "@scm-manager/ui-components";
|
||||
|
||||
// Create a history of your choosing (we're using a browser history in this case)
|
||||
const history: BrowserHistory = createHistory({
|
||||
basename: contextPath
|
||||
basename: urls.contextPath
|
||||
});
|
||||
|
||||
// Add the reducer to your store on the `router` key
|
||||
|
||||
Reference in New Issue
Block a user