Skip to content

Commit

Permalink
Changed matomo-settings location
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Nov 29, 2024
1 parent b0409c1 commit a1866fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { environment } from './environments/environment';
import { AppConfig } from './config/app-config.interface';
import { extendEnvironmentWithAppConfig } from './config/config.util';
import { enableProdMode } from '@angular/core';
import { matomoSettings } from '../matomo-settings';
import { matomoSettings } from './matomo/matomo-settings';

const bootstrap = () => platformBrowserDynamic()
.bootstrapModule(BrowserAppModule, {});
Expand Down
File renamed without changes.

0 comments on commit a1866fe

Please sign in to comment.