Skip to content

Commit

Permalink
chore: server: route: newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 8, 2023
1 parent eb606bb commit 552d950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ const {contentType} = require('mime-types');
const root = require(`${DIR_SERVER}root`);
const prefixer = require(`${DIR_SERVER}prefixer`);
const CloudFunc = require(`${DIR_COMMON}cloudfunc`);

const Columns = require(`${DIR_SERVER}/columns`);

const Template = require(`${DIR_SERVER}/template`);

const {FS} = CloudFunc;
Expand Down

0 comments on commit 552d950

Please sign in to comment.