mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-09 14:30:48 +00:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
// Copyright (C) 2017-2023 Smart code 203358507
|
|
|
|
const NotFound = require('./NotFound');
|
|
|
|
module.exports = NotFound;
|