mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Move server directory outside of frontend src
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const uniqueArray = (value: any, index: any, self: any) => {
|
||||
return self.indexOf(value) === index && value !== undefined;
|
||||
};
|
||||
Reference in New Issue
Block a user