Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabbemannen committed Jan 31, 2024
1 parent 6f7b221 commit f39e191
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
</style><link rel="stylesheet" href="styles-ENM2FSHZ.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-ENM2FSHZ.css"></noscript></head>
<body>
<app-root></app-root>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-YH3FI5RI.js" type="module"></script></body>
<script src="polyfills-RX4V3J3S.js" type="module"></script><script src="main-UFQUF4KK.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { RouterOutlet } from '@angular/router';
styleUrl: './app.component.scss'
})
export class AppComponent {
title = 'DragSizing';
title = 'Drag Sizing';
fractionsStart: number = 50;
fractionsEnd: number = 50;
moveSpeed: number = 0.2;
Expand Down

0 comments on commit f39e191

Please sign in to comment.