Skip to content

Commit

Permalink
refactor(projects): add router outlet to empty project
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofdiamond5 committed Dec 11, 2023
1 parent c14d042 commit 333c3df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Component } from '@angular/core';
import { RouterOutlet } from '@angular/router';

@Component({
selector: 'app-root',
Expand Down

0 comments on commit 333c3df

Please sign in to comment.