Move shared code into own directory for use in new frontend.
This commit is contained in:
parent
0ad1d4bcc9
commit
6f8240ac84
13 changed files with 11 additions and 11 deletions
1
frontend/src/shared
Symbolic link
1
frontend/src/shared
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../server/shared
|
|
@ -1,4 +1,4 @@
|
|||
export * from "./shared";
|
||||
export * from "../shared/types";
|
||||
|
||||
export enum ButtonSize {
|
||||
SMALL = "small",
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../server/types/shared.ts
|
Loading…
Add table
Add a link
Reference in a new issue