[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant-backoffice] branch master updated: moved to the correct
From: |
gnunet |
Subject: |
[taler-merchant-backoffice] branch master updated: moved to the correct folder |
Date: |
Thu, 24 Jun 2021 19:44:07 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository merchant-backoffice.
The following commit(s) were added to refs/heads/master by this push:
new 81bda79 moved to the correct folder
81bda79 is described below
commit 81bda791096b23fbd677d885a04886a8d4290038
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Jun 24 14:43:29 2021 -0300
moved to the correct folder
---
packages/frontend/src/components/picker/DurationPicker.tsx | 2 +-
packages/frontend/src/custom.d.ts | 5 +++++
.../frontend/src/{components/picker => scss}/DurationPicker.scss | 0
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/packages/frontend/src/components/picker/DurationPicker.tsx
b/packages/frontend/src/components/picker/DurationPicker.tsx
index 1c301c9..b452561 100644
--- a/packages/frontend/src/components/picker/DurationPicker.tsx
+++ b/packages/frontend/src/components/picker/DurationPicker.tsx
@@ -22,7 +22,7 @@
import { h, VNode } from "preact";
import { useState } from "preact/hooks";
import { useTranslator } from "../../i18n";
-import './DurationPicker.scss'
+import "../../scss/DurationPicker.scss";
export interface Props {
hours?: boolean;
diff --git a/packages/frontend/src/custom.d.ts
b/packages/frontend/src/custom.d.ts
index 75d430c..d270500 100644
--- a/packages/frontend/src/custom.d.ts
+++ b/packages/frontend/src/custom.d.ts
@@ -33,3 +33,8 @@ declare module '*.svg' {
const content: any;
export default content;
}
+
+declare module '*.scss' {
+ const content: Record<string, string>;
+ export default content;
+}
diff --git a/packages/frontend/src/components/picker/DurationPicker.scss
b/packages/frontend/src/scss/DurationPicker.scss
similarity index 100%
rename from packages/frontend/src/components/picker/DurationPicker.scss
rename to packages/frontend/src/scss/DurationPicker.scss
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant-backoffice] branch master updated: moved to the correct folder,
gnunet <=