Remove unused LAYOUT_SYMBOL constant (#7971)

This commit is contained in:
Nicola Krumschmidt
2021-09-10 20:01:43 +02:00
committed by GitHub
parent e6c8660a81
commit ff2d6aaa07
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
export * from './extensions';
export * from './fields';
export * from './injection';
export * from './symbols';

View File

@@ -1 +0,0 @@
export const LAYOUT_SYMBOL = process.env.NODE_ENV === 'development' ? Symbol.for('[Directus]: Layout') : Symbol();