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

Commit

Permalink
Fix #1843, clean out server/src/views
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Jan 31, 2017
1 parent b16b972 commit 2b2584d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 410 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/src/servershot.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { AbstractShot } = require("../shared/shot");
const renderOembedString = require("./views/oembed.js").renderString;
const renderOembedString = require("./oembed-view.js").renderString;
const db = require("./db");
const uuid = require("uuid");
const linker = require("./linker");
Expand Down
126 changes: 0 additions & 126 deletions server/src/views/export.js

This file was deleted.

58 changes: 0 additions & 58 deletions server/src/views/main.js

This file was deleted.

187 changes: 0 additions & 187 deletions server/src/views/profile.js

This file was deleted.

Loading

0 comments on commit 2b2584d

Please sign in to comment.