mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-23 09:35:01 +02:00
Moved examples into example directory
Moved routes to separate file Used route constants
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import deepmerge from "deepmerge";
|
||||
import { RunTimeConfig } from "./RunTimeConfig";
|
||||
|
||||
/**
|
||||
* gets and merges both the regular config and the override config from the window
|
||||
@@ -12,4 +13,4 @@ export const mergeConfigs = () => {
|
||||
|
||||
mergeConfigs();
|
||||
|
||||
export const Config = window.mergedConfig;
|
||||
export const Config: RunTimeConfig = window.mergedConfig;
|
||||
|
Reference in New Issue
Block a user