Move shared code into own directory for use in new frontend.

This commit is contained in:
baldo 2022-08-04 15:31:01 +02:00
parent 0ad1d4bcc9
commit 6f8240ac84
13 changed files with 11 additions and 11 deletions
frontend/src

1
frontend/src/shared Symbolic link
View file

@ -0,0 +1 @@
../../server/shared

View file

@ -1,4 +1,4 @@
export * from "./shared";
export * from "../shared/types";
export enum ButtonSize {
SMALL = "small",

View file

@ -1 +0,0 @@
../../../server/types/shared.ts