refactor(front): remove dead code (old Shared section)
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
<link rel="stylesheet" href="/css/views/inlineViewer.css">
|
||||
<link rel="stylesheet" href="/css/views/favorites.css">
|
||||
<link rel="stylesheet" href="/css/views/recent.css">
|
||||
<link rel="stylesheet" href="/css/views/shared.css">
|
||||
<link rel="stylesheet" href="/css/views/sharedWithMe.css">
|
||||
<link rel="stylesheet" href="/css/views/mySharesView.css">
|
||||
<link rel="stylesheet" href="/css/views/trash.css">
|
||||
@@ -41,7 +40,6 @@
|
||||
<script defer type="module" src="/js/features/library/photos.js"></script>
|
||||
<script defer type="module" src="/js/features/library/music.js"></script>
|
||||
<script defer type="module" src="/js/features/sharing/fileSharing.js"></script>
|
||||
<script defer type="module" src="/js/views/shared/sharedView.js"></script>
|
||||
<script defer type="module" src="/js/model/recentModel.js"></script>
|
||||
<script defer type="module" src="/js/views/recent/recentView.js"></script>
|
||||
<script defer type="module" src="/js/features/files/inlineViewer.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user