From cec60520d99d6e4d5ab4c5f59a0ee60ce4db573d Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 1 Jul 2024 20:16:57 +0530 Subject: [PATCH] Move --- web/{apps/photos/src => packages/new/photos}/utils/native-fs.ts | 0 .../photos/src => packages/new/photos}/utils/native-stream.ts | 0 web/{apps/photos/src => packages/new/photos}/utils/units.ts | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename web/{apps/photos/src => packages/new/photos}/utils/native-fs.ts (100%) rename web/{apps/photos/src => packages/new/photos}/utils/native-stream.ts (100%) rename web/{apps/photos/src => packages/new/photos}/utils/units.ts (100%) diff --git a/web/apps/photos/src/utils/native-fs.ts b/web/packages/new/photos/utils/native-fs.ts similarity index 100% rename from web/apps/photos/src/utils/native-fs.ts rename to web/packages/new/photos/utils/native-fs.ts diff --git a/web/apps/photos/src/utils/native-stream.ts b/web/packages/new/photos/utils/native-stream.ts similarity index 100% rename from web/apps/photos/src/utils/native-stream.ts rename to web/packages/new/photos/utils/native-stream.ts diff --git a/web/apps/photos/src/utils/units.ts b/web/packages/new/photos/utils/units.ts similarity index 100% rename from web/apps/photos/src/utils/units.ts rename to web/packages/new/photos/utils/units.ts