Skip to content

Commit 7fe3f4e

Browse files
committed
chore(demo): remove unused SCSS files
1 parent 19ac262 commit 7fe3f4e

File tree

4 files changed

+0
-2
lines changed

4 files changed

+0
-2
lines changed

apps/demo/src/app/todo-indexeddb-sync/todo-indexeddb-sync.component.scss

Whitespace-only changes.

apps/demo/src/app/todo-indexeddb-sync/todo-indexeddb-sync.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { SyncedTodoStore } from './synced-todo-store';
1111
selector: 'demo-todo-indexeddb-sync',
1212
imports: [MatCheckboxModule, MatIconModule, MatTableModule, MatButton],
1313
templateUrl: './todo-indexeddb-sync.component.html',
14-
styleUrl: './todo-indexeddb-sync.component.scss',
1514
standalone: true,
1615
})
1716
export class TodoIndexeddbSyncComponent {

apps/demo/src/app/todo-storage-sync/todo-storage-sync.component.scss

Whitespace-only changes.

apps/demo/src/app/todo-storage-sync/todo-storage-sync.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { SyncedTodoStore } from './synced-todo-store';
1111
selector: 'demo-todo-storage-sync',
1212
imports: [MatCheckboxModule, MatIconModule, MatTableModule, MatButton],
1313
templateUrl: './todo-storage-sync.component.html',
14-
styleUrl: './todo-storage-sync.component.scss',
1514
})
1615
export class TodoStorageSyncComponent {
1716
todoStore = inject(SyncedTodoStore);

0 commit comments

Comments
 (0)