From 58464052997d3b3105d960d898cf6e21f085cfe5 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Thu, 15 Feb 2024 21:30:14 +0100 Subject: [PATCH] Disable HMR for now. --- frontend/src/app/pages/templates/TemplatesPage.tsx | 5 ++++- frontend/src/app/style/_templates.scss | 5 +++++ frontend/vite.config.mjs | 9 +++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/pages/templates/TemplatesPage.tsx b/frontend/src/app/pages/templates/TemplatesPage.tsx index 989512cb..a9f75cfa 100644 --- a/frontend/src/app/pages/templates/TemplatesPage.tsx +++ b/frontend/src/app/pages/templates/TemplatesPage.tsx @@ -5,6 +5,7 @@ * Copyright (c) Sebastian Stehle. All rights reserved. */ +import classNames from 'classnames'; import * as React from 'react'; import { useDispatch } from 'react-redux'; import { useBoolean } from '@app/framework'; @@ -32,7 +33,9 @@ export const TemplatesPage = () => { return (
- +
+ +
{isOpen &&