mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Moved source code under src folder - massive change
This commit is contained in:
8
src/UI/System/Logs/LogsModel.js
Normal file
8
src/UI/System/Logs/LogsModel.js
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'backbone'
|
||||
], function (Backbone) {
|
||||
return Backbone.Model.extend({
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user