diff options
Diffstat (limited to 'src/components/VencordSettings/PluginsTab.tsx')
-rw-r--r-- | src/components/VencordSettings/PluginsTab.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/VencordSettings/PluginsTab.tsx b/src/components/VencordSettings/PluginsTab.tsx index 0c89686..04b5dc2 100644 --- a/src/components/VencordSettings/PluginsTab.tsx +++ b/src/components/VencordSettings/PluginsTab.tsx @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import ErrorBoundary from "../ErrorBoundary"; -import PluginSettings from "../PluginSettings"; +import ErrorBoundary from "@components/ErrorBoundary"; +import PluginSettings from "@components/PluginSettings"; export default ErrorBoundary.wrap(PluginSettings); |