Skip to content

Commit d54168f

Browse files
committed
cleanup
1 parent c86fcf6 commit d54168f

File tree

115 files changed

+24
-5429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+24
-5429
lines changed

Diff for: ProggyCleanTT.woff

-6.23 KB
Binary file not shown.

Diff for: ProggyCleanTT.woff2

-3.7 KB
Binary file not shown.

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33

44
<head>
5-
<title>pads</title>
6-
<link rel="stylesheet" href="./pads.css">
5+
<title>wavepot</title>
6+
<link rel="stylesheet" href="./wavepot.css">
77
</head>
88

99
<body>

Diff for: js/editor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Primrose } from '../Primrose/js/package/index.js'
1+
import { Primrose } from '../vendor/primrose/js/package/index.js'
22

33
export const primroseOptions = {
44
wordWrap: false,

Diff for: js/sequencer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import State from './state.js'
22
import Grid from './grid.js'
33
import Mouse from './mouse.js'
44
import Editor from './editor.js'
5-
import { Primrose } from '../Primrose/js/package/index.js'
5+
import { Primrose } from '../vendor/primrose/js/package/index.js'
66

77
export default el => {
88
const app = {}

Diff for: pads.css

-24
This file was deleted.

0 commit comments

Comments
 (0)