mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 00:28:43 +00:00
7 lines
184 B
TypeScript
7 lines
184 B
TypeScript
import { ApplicationConfig } from '@angular/core';
|
|
import { provideRouter } from '@angular/router';
|
|
|
|
export const appConfig: ApplicationConfig = {
|
|
providers: [provideRouter([])],
|
|
};
|