Moved config to infrastructure :)

This commit is contained in:
2022-07-25 11:20:14 +02:00
parent 33fe4249a2
commit 87e5d4067a
6 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { RunTimeConfig } from "./../config/RunTimeConfig";
import { RunTimeConfig } from "../infrastructure/config/RunTimeConfig";
declare global {
interface Window {