Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 15, 2025
1 parent f07f197 commit e4b80d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/nitrogen/src/views/ViewComponentShadowNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ ${createFileMetadataString(`${component}.hpp`)}
#pragma once
#include "NitroDefines.hpp"
#if REACT_NATIVE_VERSION >= 78
#include "NitroDefines.hpp"
#include "NitroHash.hpp"
#include <react/renderer/core/ConcreteComponentDescriptor.h>
#include <react/renderer/core/PropsParserContext.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

#pragma once

#include "NitroDefines.hpp"

#if REACT_NATIVE_VERSION >= 78

#include "NitroDefines.hpp"
#include "NitroHash.hpp"
#include <react/renderer/core/ConcreteComponentDescriptor.h>
#include <react/renderer/core/PropsParserContext.h>
Expand Down

0 comments on commit e4b80d0

Please sign in to comment.