Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
docs: clean up example
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 18, 2022
1 parent 0a88928 commit a90933f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/sandbox/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Component } from '@angular/core';
@Component({
selector: 'sandbox-root',
template: `
<!-- <sandbox-cubes></sandbox-cubes>-->
<!-- <sandbox-physic-cubes></sandbox-physic-cubes>-->
<!-- <sandbox-cubes></sandbox-cubes> -->
<!-- <sandbox-physic-cubes></sandbox-physic-cubes> -->
<!-- <sandbox-monday-morning></sandbox-monday-morning>-->
<sandbox-kinematic-cube></sandbox-kinematic-cube>
`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {
NgModule,
OnInit,
} from '@angular/core';

// @ts-ignore
import niceColors from 'nice-color-palettes';
import * as THREE from 'three';
Expand Down

0 comments on commit a90933f

Please sign in to comment.